Forum OpenACS Q&A: Re: compiling nspostgres

Collapse
2: Re: compiling nspostgres (response to 1)
Posted by russ m on
AOLServer4 has split DB support out into a separate library, which the nspostgres Makefile doesn't yet know about - you'll need to find the MODLIBS line under the "Libraries required by this module" section heading and change it from
MODLIBS = -L$(PGLIB) -lpq
to
MODLIBS = -L$(PGLIB) -lpq -lnsdb
Collapse
3: Re: compiling nspostgres (response to 2)
Posted by bill kellerman on
craop!  it worked!

i've been messing with this for so long...  THANKS!