我试图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 不可用?