|
|
编译PHP5.03的时候出现这个问题,请大家帮忙看看
[root@localhost php-5.0.3]# ./configure
--with-apxs2filter=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
--with-sysconfdir=/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很正常啊。 |
|