【求助】编译php-5.0.5时出现mysql错误,怎么办?在线等。

【求助】编译php-5.0.5时出现mysql错误,怎么办?在线等。

checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /tmp/mysql.sock
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.


以上为错误代码。mysql-4.1.17已经安装,并启动正常,可以运行。:cool:
希望高手指点。[email="qiuwenfeng2003@163.com"][/email]      
可能要加 --with-mysql=xxxxxx
./configure --help      
安装完全系统开发包,参考:
http://www.linuxeden.com/forum/t129815.html      
[QUOTE]

可能要加 --with-mysql=xxxxxx
./configure --help
<!-- / message -->[/QUOTE] 这句什么意思啊?      
我找到答案了,php5以上对于mysql的库不提供支持了,必须指定库的位置了.
谢谢了.