mod_auth_pgsql for Apache22?

Sean Chittenden sean at gigave.com
Wed Feb 22 13:19:54 PST 2006


> >>    Since neither ports/www/mod_auth_pgsql nor
> >> ports/www/mod_auth_pgsql2 seem to work with the apache22 port in
> >> the tree, do either of you have any plans to make a pgsql auth
> >> module available for Apache 2.2?
> > 
> > I don't, I hardly use Apache any more.  Do you have a compile
> > failure message for mod_auth_pgsql2 + apache 2.2?  Fixing that is
> > going to be the easiest solution. -sc
> 
> # make
> ===>  mod_auth_pgsql-2.0.2b1_2 : Error from bsd.apache.mk. apache22 is
> installed (or APACHE_PORT is defined) and port requires 20.
> *** Error code 1
> 
> Stop in /usr/ports/www/mod_auth_pgsql2.
> #
> 
> so, therefore the question :(

Change line 17 to read:

USE_APACHE= 22

And fire off the output.  If it compiles, then USE_APACHE should be
using ?= instead of =.  -sc

-- 
Sean Chittenden


More information about the freebsd-apache mailing list