Forum OpenACS Q&A: Response to aolserver loading postgres.so driver

Collapse
Posted by Ben Adida on
You need to either set up your LD_LIBRARY_PATH when you execute nsd, or, since you're on Linux, edit your /etc/ld.so.conf file to include the PGSQL lib directory. This is explained in the Postgres install documents. Hope this helps!