I'm having a similar problem; ./configure --with-authmysql of sqwebmail-3.5.3 fails (Mandrake 9.1) with this:
... checking for mysql_config... /usr/bin/mysql_config 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 /usr/lib/libmysqlclient.so exists, but there is no mysqlclient.so. Courier-imap build (and runs) perfectly. The following mysql packages have been installed: MySQL-4.0.11a-5mdk MySQL-common-4.0.11a-5mdk MySQL-client-4.0.11a-5mdk libmysql12-4.0.11a-5mdk libmyql12-devel-4.0.11a-5mdk courier-imap-mysql-1.7.1-1mdk php-mysql-4.3.0-2mdk Any idea what the problem may be? ---------------------- Ed Meagher wrote: > Hi, > > I'm am trying to compile Sqwebmail using the MySQL 4.0 libraries. My > configure command looks like this: > > ./configure --without-authpam > --without-authuserdb > --without-authpwd > --without-authshadow > --without-authuserdb > --without-authdaemon > --without-authldap > --without-authvchkpw > --with-authmysql=/usr/lib/mysql > --with-mysql-libs=/usr/lib/mysql > --with-mysql-includes=/usr/include/mysql > --enable-webpass=no > --enable-hardtimeout=14400 > --enable-softtimeout=7200 > > Then after a make, a make install-strip and a make install-configure, I > see no authmyqlrc or any other authmysql files and authmodulelist > contains only authcustom. > > Am I doing something wrong? Has anyone tried to build sqwebmail with > MySQL 4.0? > > > Thanks, > > -Ed Meagher
