Forum OpenACS Q&A: Response to ns_db not enabled

Collapse
Posted by Don Baccus on
<pre>ns_section "ns/db/drivers"
ns_param  postgres    ${bindir}/postgres.so
</pre>
The makefile distributed with AOLserver3 creates the binary
nspostgres.so, not postgres.so.  Are you sure you have the
right name?
<p>You probably need execute these lines BEFORE you define the pools, not after (I've never tried them after so don't know for sure, but it seems reasonable that they just do one pass over the thing).
<p>
Stick with it, you're getting close!