[FTP]
安装pure-ftpd+mysql出错!
我已经装好apache+php+mysql了!现在想加装pure-ftpd服务器时,出错!
configure 都通不过,晕死!错误代码如下:
......
checking for mysql_init in -lmysqlclient... yes
checking whether mysql clients can run... no
configure: error: Your MySQL client libraries aren't properly installed
[root@ytdtest pure-ftpd-1.0.3]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5 to server version: 4.0.14-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>;
当然用去掉 --with-mysql=/usr/mysql是能configure成功的!
我的mysql是装好了的呀?请大家帮下忙!怎么样才能configure成功?