I can't compile with authmysql on debian 3 woody... yes i do have all the require lib's for mysql got a full server install and libmysqlclient10 installed.
I have tried the following as sergested by the faq and in mailing list... CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/ssl/lib" export CPPFLAGS export LDFLAGS ./configure \ --with-mysql-libs=/usr/local/mysql/lib/mysql \ --with-mysql-includes=/usr/local/mysql/include/mysql \ --with-authmysql \ --with-authmysql=yes ............... and i still get . configure: error: --with-authmysql specified but no mysqlclient.so configure: error: /bin/sh ' .configure' failed for authlib Please help many thanks greg

