I had some problems with compiling sqwebmail-0.99 and courier-imap-0.99
against vpopmail-4.8.7 with mySQL support (vclose).

This resolved my problems:
env LIBS="-L/usr/lib/mysql -lmysqlclient" ./configure \
--enable-cgibindir=/usr/local/httpd/cgi-bin/ \
--enable-imagedir=/usr/local/httpd/htdocs/images/sqwebmail/ \
--enable-imageurl=/images/sqwebmail/ \
--enable-sqlincdir=/usr/include/mysql \
--enable-sqllibdir=/usr/lib/mysql \
--without-authpam \
--without-authuserdb \
--without-authpwd \
--without-authshadows \
--without-authmysql \
--enable-webpass=vpopmail \
--enable-logincache \
--with-cachedir \
--enable-hardtimeout=3600

The trick was the 'env LIBS="-L/usr/lib/mysql -lmysqlclient"' in front of
the configure command.

BTW: qmailadmin-0.34 also needed this litle trick...

regards
--
--------------------------------------------
IDG New Media     Einar Bordewich
Technical Manager  Phone: +47 2336 1420
E-Mail:           [EMAIL PROTECTED]
--------------------------------------------


Reply via email to