Chinaunix

标题: courier-imap和msyql一起编译错误!!! [打印本页]

作者: wangmingda    时间: 2004-07-24 23:08
标题: courier-imap和msyql一起编译错误!!!
小弟在Redhat linux 9.0上面配置courier-imap 3.0.6,我想使用mysql4.0.20存储配置信息,我的mysql安装在/usr/local/mysql
目录下面。我使用下面的命令配置:
./configure --prefix=/usr/local/courier-imap --with-trashquota --without-ipv6 --without-authpam \
--enable-unicode=utf-8,iso-8859-1,gb2312 --with-authmysqlrc=/usr/local/courier-imap/etc/authmysqlrc \
--with-authmysql --without-authldap \
CPPFLAGS='-I/usr/local/ssl/include -I/usr/local/mysql/include/mysql' \
LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/mysql/lib/mysql'

但是有下面的错误;
checking for mysql_config... no
checking for mysql_connect... no
checking for mysql_real_connect... no
configure: error: --with-authmysql specified but no mysqlclient.so
configure: error: /bin/sh './configure' failed for authlib

但是我的postfix就可以正常编译。
谢谢!!!




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2