|
|
我已经安装好了一个qmail+vpopmail+mysql的系统。使用mysql数据库验证。
现在往这系统上面加装imap服务器。
也想使用mysql验证。
请问./configure后面的参数应该怎么加??
我是这样写的。
./configure \
--prefix=/usr/local/courier-imap \
--disable-root-check \
--without-authpam \
--without-authldap \
--without-authpwd \
--without-authpgsql \
--without-authshadow \
--without-authuserdb \
--without-authcustom \
--without-authcram \
--without-authdaemon \
--without-authvchkpw \
--with-authmysql
但是提示说找不到mysqlclient.so。
我的mysql安装在/usr/local目录。它的lib目录下只有.a文件,没有.so文件。
请大虾指点到底是怎么了??? |
|