求救求救!php出错

求救求救!php出错

编译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(还没有装)
上面的排列也是我的安装循序。      
楼主好象是mysql配置有问题,我看过资料,with-mysql后跟的是mysql的安装目录,意思好像是安装源目录,但我配置了也会出问题。      
还是看看 config.log 吧,
我用免安装的 mysql 没有出现过问题,
你去掉 "=/usr/local/mysql" 试试