• 欢迎访问小杰博客网站
  • 欢迎访问小杰博客网站哦

Protocol “https” not supported or disabled in libcurl 报错的解决

未分类 小杰 6年前 (2017-01-23) 5595次浏览 已收录 0个评论

首先安装(重要)

apt-get install libssl0.9.8

apt-get install libssl-dev (必须)

然后重新编译curl

wget https://curl.haxx.se/download/curl-7.52.1.tar.gz
 tar -xzf curl-7.52.1.tar.gz 
cd curl-7.52.1/
 ./configure –with-ssl     (成功后   SSL support:      enabled (OpenSSL) ,不然就是其他插件没装好)
make 

make install


小杰博客 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Protocol “https” not supported or disabled in libcurl 报错的解决
喜欢 (2)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址