The mod_auth_pgsql does not seem to work with apache 2.Wrong version of mod_auth_pgsql You'll have to go to:
I have apache2 in my USE in make.conf
http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
and grab a new release of mod_auth_pgsql2. You will have to change the makefile as everything is incorrect. ie: it looks for /usr/local/ for apxs instead of /usr/sbin for apxs and not apxs2.
THe first three lines need to be changed to reflect the location of the lib and incl's.
APACHE2_HOME=/usr PGSQL_LIB=/usr/lib/postgresql PGSQL_INCLUDE=/usr/include/postgresql
then the line where it looks for apxs needs to be changed so it will find apxs2
shared:
${APACHE2_HOME}/sbin/apxs2
HTH
-- Ted Ozolins(VE7TVO) Westbank, B. C
-- [EMAIL PROTECTED] mailing list
