Re: BUG #4219: fseeko test failure in configure script
| От | Peter Eisentraut |
|---|---|
| Тема | Re: BUG #4219: fseeko test failure in configure script |
| Дата | |
| Msg-id | 200806061350.15705.peter_e@gmx.net обсуждение |
| Ответ на | Re: BUG #4219: fseeko test failure in configure script (Nathan Reed <nreed@uci.edu>) |
| Ответы |
Re: BUG #4219: fseeko test failure in configure script
|
| Список | 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 по дате отправления: