5 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] sqwebmail and authmysql
FromSent OnAttachments
JP HindinNov 16, 2004 8:49 am 
Sam VarshavchikNov 16, 2004 4:03 pm 
JP HindinNov 16, 2004 7:18 pm 
Sam VarshavchikNov 17, 2004 4:15 am 
JP HindinNov 17, 2004 6:44 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] sqwebmail and authmysqlActions...
From:JP Hindin (jpl@kiwigeek.com)
Date:Nov 16, 2004 8:49:29 am
List:net.sourceforge.lists.courier-sqwebmail

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