답변:
현재 (2018 년 1 월). http2 지원을 받으려면 소스에서 curl을 설치해야합니다. 다음 명령을 사용하여 그렇게 할 수 있습니다
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
env 변수 OPENSSL_CFLAGS
및OPENSSL_LIBS