protocol http not supported or disabled in libcurl apt-get

Posted 余文涛的烂笔记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了protocol http not supported or disabled in libcurl apt-get相关的知识,希望对你有一定的参考价值。

ubuntu 14.04

碰到了这个莫名其妙的问题。谷歌了一把,解决方案如下:http://askubuntu.com/questions/683857/curl-1-protocol-https-not-supported-or-disabled-in-libcurl

即重新编译安装curl包(lib curl)。

wget https://curl.haxx.se/download/curl-7.51.0.tar.gz
tar -xvf curl-7.51.0.tar.gz
cd curl-7.51.0/
./configure --with-ssl
make
sudo make install

 

出问题场景:

 修改 apt-get的源(/etc/apt/apt.sourcelist),编译安装了python3.5.2,修改了/usr/bin/python的软链接。

 

以上是关于protocol http not supported or disabled in libcurl apt-get的主要内容,如果未能解决你的问题,请参考以下文章

curl: Protocol “‘http“ not supported or disabled in libcurl的解决方法

curl: Protocol “‘http“ not supported or disabled in libcurl的解决方法

curl: Protocol “‘http“ not supported or disabled in libcurl的解决方法

curl 不支持 https(Protocol https not supported or disabled in libcurl)

ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol ...以及如何打开MySQL终端。

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by serv