centos7 中 configure: error: libcurl library not found

发布时间 2023-08-29 21:21:36作者: 小鲨鱼2018

 

001、configure: error: libcurl library not found

 

002、解决方法

[root@pc1 test01]# yum -y install libcurl-devel

 。