- 论坛徽章:
- 0
|
安装mysql (mysql-standard-5.0.26-linux-i686.tar.gz)正常,安装在/usr/local/mysql下
然后安装mysql++
在/usr/local/下解压缩 mysql++-2.1.1.tar.gz 得 mysql++-2.1.1
./configure --with-mysql=/usr/local/mysql --prefix=/usr/local/mysql
执行到最后
(省略)
checking whether -lsocket is needed... no
checking whether -lnsl is needed... no
checking for MySQL library directory... /usr/local/mysql/lib
checking for MySQL include directory... /usr/local/mysql/include
checking for mysql_store_result in -lmysqlclient... no
configure: error: Could not find working MySQL client library!
是不是还要装MySQL-client 我下了个MySQL-client-standard-5.0.26-0.rehl.i386.rpm 没装上
到底需不需要装client 还是我./configure写错了
请高手赐教
[ 本帖最后由 vivian9820 于 2006-10-19 10:07 编辑 ] |
|