码迷,mamicode.com
首页 > Web开发 > 详细

源码编译php-5 报错整理

时间:2016-06-02 20:24:47      阅读:901      评论:0      收藏:0      [点我收藏+]

标签:源码编译php 阿里云


阿里云上 源码编译 php 报错的集中整理 


[root@localhost php-5.5.31]#   ./configure --prefix=/module/application/php-5.5/--enable-pcntl --enable-fpm --enable-posix --enable-mysqlnd --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --enable-bcmath --enable-zip --enable-ftp --enable-soap --enable-xml --enable-mbstring --disable-rpath --disable-debug --disable-fileinfo --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-zend-vm=GOTO --with-pcre-regex --with-iconv --with-zlib --with-mcrypt --with-gd --enable-gd-native-ttf --with-t1lib=/usr/local --with-xpm-dir=/usr/local --with-jpeg-dir=/usr/local --with-zlib-dir=/usr --with-png-dir=/usr/local --with-freetype-dir=/usr/local --with-openssl --with-mhash --with-xmlrpc --with-curl --with-imap-ssl --with-libxml-dir --with-gettext --enable-maintainer-zts --enable-opcache



报错


configure: error: xml2-config not found. Please check your libxml2 installation.


 

解决方法


 

yum install ibxml2* -y  libxml2-devel


 

报错


 

configure: error: Please reinstall the libcurl distribution -


    easy.h should be in <curl-dir>/include/curl/


 

解决方法


 

yum install libcurl* libcurl-devel -y


 

报错


 

configure: error: jpeglib.h not found.


 

解决方法


 

yum -y install libjpeg-devel


 

报错


checking for jpeg_read_header in -ljpeg... Yes  configure: error: png.h not found.


 

解决方法


yum install libpng-devel


报错


configure: error: xpm.h not found.


解决方法


yum -y install libXpm-devel


报错


configure: error: freetype-config not found


解决方法


yum install freetype-devel -y


报错


configure: error: Your t1lib distribution is not installed correctly. Please reinstall it


解决方法


yum install t1lib* -y


报错


configure: error: mcrypt.h not found. Please reinstall libmcrypt.


解决方法


 yum install mcrypt -y


 yum install libmcrypt libmcrypt-devel 


本文出自 “10852974” 博客,请务必保留此出处http://10862974.blog.51cto.com/10852974/1785458

源码编译php-5 报错整理

标签:源码编译php 阿里云

原文地址:http://10862974.blog.51cto.com/10852974/1785458

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!