| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Cc: | Nathan Reed <nreed(at)uci(dot)edu>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | Re: BUG #4219: fseeko test failure in configure script |
| Date: | 2008-06-06 11:50:15 |
| Message-ID: | 200806061350.15705.peter_e@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
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.
"""
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Reed | 2008-06-06 15:35:53 | Re: BUG #4219: fseeko test failure in configure script |
| Previous Message | gildas prime | 2008-06-06 08:26:01 | Re: BUG #4108: PgInstaller Update modify install paths in Registry |