小编and*_*tse的帖子

尝试从源代码编译“wget”时 SSL 不可用?

我试图wget通过以下方式在 Linux 中从源代码安装:

./configure --with-ssl=openssl
Run Code Online (Sandbox Code Playgroud)

但它返回给我:

configure: error: --with-ssl=openssl was given, but SSL is not available.
Run Code Online (Sandbox Code Playgroud)

如果我做:

root@qemux86:/mnt/sdc2/wget-1.16# which openssl
/mnt/sdc2/miniconda/bin/openssl
Run Code Online (Sandbox Code Playgroud)

所以OpenSSL肯定已经安装了。为什么还是说 SSL 不可用?

linux compile openssl

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

compile ×1

linux ×1

openssl ×1