安装PHP5的问题
configure配置:
./configure --prefix=/usr/local/php --with-apx2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql/ 最后给出一个这样的提示!
这是configure最后几行的提示
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
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是源程序编译mysql现在使用正常
mysql的路径是/usr/local/mysql
还有,我的apache和mysql不在同一台机器上,已经将mysql目录做了nfs映射。
请教是什么问题
谢谢