安装 wget 时出现错误
(2012-04-14 16:01:26)
标签:
杂谈 |
1. configure: error: –with-ssl
was given, but GNUTLS is not available.
解决办法:给./configure添加参数,如下:
./configure --with-ssl=openssl
2. openssl找不到问题
检查是否已安装openssl:
2. openssl找不到问题
检查是否已安装openssl:
sudo apt-get install openssl
如果已安装执行以下操作:
sudo apt-get install libssl-dev
sudo apt-get install libssl0.9.8
前一篇:[转载]一位年轻医生自述
后一篇:ubuntu下rpm文件