Techyou labs
真正的爱应该超越生命的长度,心灵的宽度,灵魂的深度
常用标签
您正在查看:标签 php编译 下的文章

./configure: 12667: 5: Bad file descriptor
./configure: 12667: :: checking for dirent.h that defines DIR: not found
./configure: 12667: 6: Bad file descriptor
./configure: 12667: checking for dirent.h that defines DIR... : not found
eval: 1: Bad substitution

默认的autoconf版本太高,2.64。
解决办法:安装autoconf2.13版本
参考:http://forum.nginx.org/read.php?3,64091,87800

September 16, 2010

PHP install FAQ
2010-04-23 18:38

1.
Error: Configure: error: xml2-config not found. Please check your libxml2 installation.
Fix: yum install libxml2 libxml2-devel
# aptitude install libxml2-dev (For ubuntu)

2.
Error: configure: error: Cannot find OpenSSL’s
Fix: yum install openssl openssl-devel

3.
Error: Configure: error: Please reinstall the BZip2 distribution
Fix: yum install bzip2 bzip2-devel