|
|
编译PHP5.03的时候出现这个问题,
[root@localhost php-5.0.3]# ./configure
--with-apxs2filter=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
--with-sysconf-patp=/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编译则没有问题
我是在turbolinux10桌面版环境下编译的 |
|