Trying to install sqwebmail-3.1.0.20011002 with mysql support and got this
error. I have installed mysql-3.23.42. Here is the config for sqwebmail
./configure \
--without-authpam \
--with-authuserdb \
--with-authdaemon \
--without-authpwd \
--without-authshadow \
--without-authldap \
--without-authvchkpw \
--with-authmysql \
--enable-https \
--enable-softtimeouts=1800 \
--with-maxmsgsize=10000000 \
--with-ispell=/usr/local/bin/aspell
And here is the error I get. mysqlclient.so is linked to
libmysqlclient.so.10.0.0 and /usr/local/mysql/lib/mysql is linked to /usr/lib.
Any ideas?
checking for mysql_config... no
checking for mysql_connect... no
configure: error: --with-authmysql specified but no mysqlclient.so
configure: error: ./configure failed for authlib
Tony