Am Donnerstag, 5. Juni 2008 schrieb Nathan Reed: > LD_LIBRARY_PATH is the correct env var to use. However, you are > correct that this hamstrings the generated executable - requiring > that the LD_LIBRARY_PATH include all of the shared object libraries > in the rc scripts themselves.
From doc/FAQ_Solaris: """ 3) Why does configure complain about a failed test program? This is probably a case of the run-time linker being unable to find some library, probably libz, libreadline or some other non-standard library such as libssl. To point it to the right location, set the LDFLAGS environment variable, e.g., LDFLAGS="-R /usr/sfw/lib:/opt/sfw/lib:/usr/local/lib" export LDFLAGS and restart configure. See the ld(1) man page for more information. """ -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs