标签:php
执行php-5.3.10
--enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --with-mcrypt --with-curl
时异常信息:
error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
解决办法:
yum install curl curl-devel
error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/
标签:php
原文地址:http://blog.csdn.net/luozhonghua2014/article/details/37892971