I checked the libraries used by pg_ctl and postmaster. They use proper
libs without use LD_LIBRARY_PATH, but I used it "for safety" in the
postmaster starting script.
One more big thanks.
Adam
Jorge Serván wrote:
The Libraries used are solved by the liker. Try ldd to
show the paths of the li
The Libraries used are solved by the liker. Try ldd to show
the paths of the library that needs. You can say to the
linker where it can find your libraries (man ld).
Example 1: default paths from a default paths PostgreSQL installation.
$ ldd /usr/bin/psql
libpq.so.3 => /usr/lib/libpq.