Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编译完成tongsuo后wget和curl出现问题 #639

Open
Paladin1412 opened this issue Jul 26, 2024 · 1 comment
Open

编译完成tongsuo后wget和curl出现问题 #639

Paladin1412 opened this issue Jul 26, 2024 · 1 comment

Comments

@Paladin1412
Copy link

[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 连接。

@dongbeiouba
Copy link
Member

[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 连接。

wget和curl的问题是什么?wget和curl是链接的自己编译的铜锁库吗?输出一下详细的步骤或者截图吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants