TAG writes:
> Hi ALL,
>
> I am trying to get sqwebmail-2.0.0 installed on solaris 8 with mysql
> support -
>
> I keep getting :
>
> checking for mysql_config... no
> checking for mysql_connect... no
> configure: error: --with-authmysql specified but no mysqlclient.so
>
> I see that in authlib/configure - you get :
>
> # Check whether --with-mysql-libs or --without-mysql-libs was given.
> if test "${with_mysql_libs+set}" = set; then
> withval="$with_mysql_libs"
> MYSQL_LIBS="-L$withval -lmysqlclient"
>
> fi
>
> what do I need to change here to make it happy ???
Whatever you need to do in order to eliminate the errors logged in
authlib/config.log, that result in mysql probe failing.
--
Sam