在安装wget时,执行。/configure时出现错误:
configure: error: –with-ssl was given, but GNUTLS is not available.解决方法:在执行。/configure时加上 --with-ssh=openssl即可
$ ./configure --with-ssl=openssl
$ make$ sudo make install在安装wget时,执行。/configure时出现错误:
configure: error: –with-ssl was given, but GNUTLS is not available.$ ./configure --with-ssl=openssl
$ make$ sudo make install
1487

被折叠的 条评论
为什么被折叠?