Answers:
截至目前(2018年1月)。您将必须从源代码安装curl以获得http2支持。您可以使用以下命令进行操作
sudo apt-get -y install build-essential nghttp2 libnghttp2-dev libssl-dev
wget https://curl.haxx.se/download/curl-7.63.0.tar.gz
tar xzf curl-7.63.0.tar.gz
cd curl-7.63.0
./configure --with-nghttp2 --prefix=/usr/local --with-ssl
make && sudo make install
sudo ldconfig
/usr/bin/curl
。askubuntu.com/q/923527/453746
sudo apt-get install libssl-dev
首先安装并以这种方式添加run configure命令:./configure --with-nghttp2 --prefix=/usr/local --with-ssl=/usr/local/ssl
configure
,则从环境变量中读取它,OPENSSL_CFLAGS
以及OPENSSL_LIBS