configure: error: Curl library not found

作者:admin 发布:2018-03-13 浏览:2524次

configure: error: Curl library not found

解决办法:

apt-get install libcurl4-openssl-dev

 centos下并没有 libcurl4-openssldev

执行

yum install curl-devel

 解决

Comments (0)