Greetings all;
I'm having a heck of a time trying to get authmysql compiled in one on of
my installs, I would appreciate any help.
The configure string is thus:
./configure --disable-changepass
--with-cachedir=/home/websites/sqwebmail/cache --with-cacheowner=65534
--enable-https --enable-cgibindir=/home/websites/sqwebmail/cgi-bin
--enable-imagedir=/home/websites/sqwebmail/htdocs
--with-maxmsgsize=4000000 --with-ispell=/usr/bin/ispell
--with-authmysql=/usr/local/mysql/lib/mysql --without-authvchkpw
--without--authshadow --without-authldap --without-authuserdb
--without-authdaemon --without-authpam --without-authpwd
The configure successfully finds mysql_config:
checking for mysql_config... /usr/local/bin/mysql_config
The compile goes off without error, but when I check the compiled in
modules with authinfo I'm told:
AUTHENTICATION_MODULES="authcustom authshadow"
SASL_AUTHENTICATION_MODULES="PLAIN LOGIN"
Perhaps I've missed reading some important piece of documentation or have
made a silly error. I'm attempting to build this on a Debian machine
(Unstable x86), with gcc 3.3.5.
How can I make sqwebmail compile authmysql?
Thanks all for your time;
JP