Forum OpenACS Q&A: Response to Problems loading postgres.so (snippets of nsd.tcl included)

I added postgres.so to the modules section on a desperate attempt. If I just have
ns_param postgres ${bindir}/postgres.so
in the drivers section, then AOLserver seems not to even bother about that and doesn't load the driver.

I get repeated "ns_db not enabled" errors if I do that (just have it in the drivers section). I tried many things: recompiling our driver, using the included nspostgres.so (which seems to be bigger than ours ??) but nothing worked. I went over the AOLserver docs checking for misspelling or wrong params in my ns_'s but they seem ok.