在ubuntu系统下编译php,执行 ./configure生成Makefile的时候报错
easy.h should be in <curl-dir>/include/curl/

解决办法
sudo apt-get install libcurl4-openssl-dev
easy.h should be in /include/curl/
温馨提示:文章已超过1883天没有更新,可能存在链接失效,相关教程仅供参考
在ubuntu系统下编译php,执行 ./configure生成Makefile的时候报错
easy.h should be in <curl-dir>/include/curl/

sudo apt-get install libcurl4-openssl-dev
© 除非注明,否则均为阿豪运维笔记原创文章,转载或复制请以超链接形式并注明出处