Re: BUG #4219: fseeko test failure in configure script - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #4219: fseeko test failure in configure script
Date
Msg-id 200806061350.15705.peter_e@gmx.net
Whole thread Raw
In response to Re: BUG #4219: fseeko test failure in configure script  (Nathan Reed <nreed@uci.edu>)
Responses Re: BUG #4219: fseeko test failure in configure script  (Nathan Reed <nreed@uci.edu>)
List pgsql-bugs
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.

=46rom 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=3D"-R /usr/sfw/lib:/opt/sfw/lib:/usr/local/lib"
        export LDFLAGS

and restart configure. See the ld(1) man page for more
information.
"""

pgsql-bugs by date:

Previous
From: "gildas prime"
Date:
Subject: Re: BUG #4108: PgInstaller Update modify install paths in Registry
Next
From: Nathan Reed
Date:
Subject: Re: BUG #4219: fseeko test failure in configure script