You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@localhost local]# ./tongsuo/bin/tongsuo version
Tongsuo: Tongsuo 8.4.0 (Library: Tongsuo 8.4.0)
OpenSSL 3.0.3 3 May 2022 (Library: OpenSSL 3.0.3 3 May 2022)
编译完成后./tongsuo报./tongsuo: /lib64/libssl.so.3: version `OPENSSL_3.0.3' not found (required by ./tongsuo)错误,
通过export LD_LIBRARY_PATH=/usr/local/tongsuo/lib64:$LD_LIBRARY_PAT解决
但发现wget和curl出现问题,报
GnuTLS: 在 pull 函数中出错。
无法建立 SSL 连接。
The text was updated successfully, but these errors were encountered:
[root@localhost local]# ./tongsuo/bin/tongsuo version Tongsuo: Tongsuo 8.4.0 (Library: Tongsuo 8.4.0) OpenSSL 3.0.3 3 May 2022 (Library: OpenSSL 3.0.3 3 May 2022)
编译完成后./tongsuo报./tongsuo: /lib64/libssl.so.3: version `OPENSSL_3.0.3' not found (required by ./tongsuo)错误, 通过export LD_LIBRARY_PATH=/usr/local/tongsuo/lib64:$LD_LIBRARY_PAT解决 但发现wget和curl出现问题,报
[root@localhost local]# ./tongsuo/bin/tongsuo version
Tongsuo: Tongsuo 8.4.0 (Library: Tongsuo 8.4.0)
OpenSSL 3.0.3 3 May 2022 (Library: OpenSSL 3.0.3 3 May 2022)
编译完成后./tongsuo报./tongsuo: /lib64/libssl.so.3: version `OPENSSL_3.0.3' not found (required by ./tongsuo)错误,
通过export LD_LIBRARY_PATH=/usr/local/tongsuo/lib64:$LD_LIBRARY_PAT解决
但发现wget和curl出现问题,报
GnuTLS: 在 pull 函数中出错。
无法建立 SSL 连接。
The text was updated successfully, but these errors were encountered: