error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/

执行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/

时间: 2024-08-09 11:22:45

error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/的相关文章

configure: error: Please reinstall the libcurl distribution - easy.h in &lt;curl-dir&gt;/include/curl/

Ubuntu编译安装Php执行配置时,出现: configure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/ 解决: sudo apt-get install libcurl4-gnutls-dev configure: error: Please reinstall the libcurl distribution - easy.h in &l

error: Please reinstall the libcurl distribution - easy.h should be in &amp;lt;curl-dir&amp;gt;/include/curl/

运行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 r

configure: error: Please reinstall the libcurl distribution - easy.h should be in &lt;curl-dir&gt;/include/curl/

编译php出现错误: 解决方法: # yum install -y libcurl-devel

解决configure: error: Please reinstall the libcurl distribution

解决configure: error: Please reinstall the libcurl distribution 今天配置一台server的php支持curl的时候, 出现如下报错 checking for cURL in default path... not found configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 其实就是curl的d

configure: error: Please reinstall the libcurl distribution

configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 基本上确定是丢失了什么包所致,上网搜索得到需要事先安装的依赖包. # RetHat CentOS or Fedora 使用下面安装命令 yum install curl curl-devel # Debian or Ubuntu使用下面的安装命令 apt-get install curl apt-get

fatel error C1083:无法打开包括文件:stdint.h: No such file or directory-爱折腾技术网

fatel error C1083:无法打开包括文件:stdint.h: No such file or directory 最近尝试在windows XP下编译chromium,过程可谓艰辛无比啊,编译了一天总算是有结果了,下面就是痛苦的解决编译错误的过程了. fatal error C1083: 无法打开包括文件:"stdint.h": No such file or directory stdint.h是c99标准的头文件,vc不支持,所以肯定会提示"No such f

fatal error C1083: 无法打开包括文件“jni.h”

在cocos2d-x vs2010编写HelloWorld中,想使用JniHelp对C++和java进行调试,出现错误: ..\cocos2dx\plateform\android\jni\jnihelp.h(27):fatal error c1083:无法打开包括文件“jni.h” 我使用的java路径在:C:\Program Files (x86)\Java\jdk1.6.0 vs2010工作目录在:C:\Program Files (x86)\Microsoft Visual Studio

afx.h(78): fatal error C1083: 无法打开包括文件: “new.h”: No such file or directory

vs2015新建mfc工程,编译错误: D:\program files (x86)\microsoft visual studio 14.0\vc\atlmfc\include\afx.h(78): fatal error C1083: 无法打开包括文件: "new.h": No such file or directory 解决办法:修改 项目->配置属性->VC++目录 中的包含目录和库目录

php编译错误:configure: error: Please reinstall the iconv library.

configure: error: Please reinstall the iconv library. 今天在编译安装php5.6.10的时候出现这个报错 然后怎么都解决不了,度娘也没有找到方法,于是仔细看了下配置 ./configure \ --prefix=/usr/local/php5.6.10 \ --with-apxs2=/usr/local/apache/bin/apxs \ --with-mysql=/usr/local/mysql \ --with-xmlrpc \ --wi