Forum OpenACS Q&A: Response to Help with starting postgres after the rebooting of a Solaris machine

The problem solved by explicitly defining LD_LIBRARY_PATH in the command line i.e.


su - postgres -c "export LD_LIBRARY_PATH=/usr/lib/:/usr/local/lib:/usr/local/pgsql/lib ; /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data start"

Best Regards,