大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
编译php 5.3 make时出现错误一:
成都创新互联公司长期为上1000家客户提供的网站建设服务,团队从业经验10年,关注不同地域、不同群体,并针对不同对象提供差异化的产品和服务;打造开放共赢平台,与合作伙伴共同营造健康的互联网生态环境。为六合企业提供专业的成都网站制作、成都网站建设、外贸营销网站建设,六合网站改版等技术服务。拥有十载丰富建站经验和众多成功案例,为您定制开发。
make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1
解决办法:
在./configure加上选项:
--disable-fileinfo
Disable fileinfo support 禁用 fileinfo
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/php/etc --with-MySQL=/usr/local/mysql --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-bz2 --with-openssl --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-mbstring --enable-sockets --enable-exif --disable-ipv6 --disable-fileinfo
编译php 5.3 make时出现错误二:
make: *** [libphp5.la] Error 1
解决办法:
yum install libtool-ltdl-devel