Error: Please reinstall the libcurl distribution, reinstalllibcurl
Run 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
Exception information:
Error: Please reinstall the libcurl distribution-
Easy. h shoshould be in <curl-dir>/include/curl/
Solution:
Yum install curl-devel
Centos 60 installation php-5217 error: the premise is that mysql has been installed, has started OK
1. no mysql_config not found configure: error
2. Your configuration
-- With-mysql =/usr/local/mysql
-- With-mysqli =/usr/local/mysql/bin/mysql_config check the location. There seems to be a space.
-- With-mysql-sock =/tmp/mysql. sock
3. Confirm that mysql-devel has been installed.
Rpm-qa | grep mysql-devel
4. If php5.3 can use mysqlnd (MySQL native driver for PHP)
-- With-mysql = mysqlnd \
-- With-mysqli = mysqlnd \
-- With-pdo-mysql = mysqlnd
The requested resource cocould not be loaded libcurl returned the error: couldn't connect to host
The required resources cannot be loaded. Libcurl feedback error: Unable to indirectly host
Curl. haxx. se/
Libcurl _ Baidu encyclopedia
The main function of libcurl is to connect and communicate with different servers through different protocols ~ That is, the equivalent encapsulation of sockPHP supports libcurl (allowing you to connect and communicate with different servers using different protocols )....