|
楼主 |
发表于 2005-3-27 17:56:35
|
显示全部楼层
编译PHP5.03的时候出现这个问题,请大家帮忙看看
[root@localhost php-5.0.3]# ./configure
--with-apxs2filter=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
--with-sysconf-path=/etc/httpd
--with-zlib=/usr/local/zlib
--with-gd=/usr/local/gd
--with-system-regex
错误:
configure: error: mysql configure failed. Please check config.log for more information.
去掉--with-mysql=/usr/local/mysql编译则没有问题
但是MYSQL很正常,没有什么问题。
系统turbolinux10
安装软件包:
libxml2升级到2.6.6
zlib-1.2.2.tar.gz
gd-2.0.33.tar.gz
mysql-standard-5.0.1-alpha-snapshot-pc-linux-i686-icc.tar.gz
httpd-2.0.53.tar.gz
php-5.0.3.tar.gz
jdk-1_5_0_02-linux-i586.bin(还没有装)
jakarta-tomcat-5.5.8.tar.gz(还没有装)
上面的排列也是我的安装循序。 |
|