Forum OpenACS Q&A: Re: compiling nspostgres

Collapse
10: Re: compiling nspostgres (response to 9)
Posted by russ m on
Chris,

It looks like it's trying to link against OpenSSL but can't find the correct libraries - I'm guessing you built your postgres with SSL support.

Try changing the modlibs line to

MODLIBS  = -L$(PGLIB) -lpq -lnsdb -lssl