Re: 7.1.3 configure failure on Solaris 2.6
От | Tom Lane |
---|---|
Тема | Re: 7.1.3 configure failure on Solaris 2.6 |
Дата | |
Msg-id | 16152.1006819113@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | 7.1.3 configure failure on Solaris 2.6 ("David De Graff" <postgresql@awarehouse.com>) |
Список | pgsql-ports |
"David De Graff" <postgresql@awarehouse.com> writes: > Here's what I got: > # ./conftest > ld.so.1: ./conftest: fatal: libz.so: open failed: No such file or directory Yup. So what you've got here is a situation where the linker found libz.so, but it doesn't get found by the dynamic loader. This sort of configuration error is unfortunately common, because the search rules are all-too-often different for the two programs. You probably need to make sure that LD_LIBRARY_PATH is set to include /usr/local/lib. I'm not sure that's exactly the right recipe for Solaris, however. > By the way, the path for the user running the compile is: > # $PATH > ksh: > /usr/local/qt/bin:/usr/bin:/usr/local/bb/bin:/usr/ucb:/etc:/usr/local/bin:/u > sr/local/sbin:/usr/sbin:/usr/openwin/bin:/usr/ccs/bin:/usr/local/lib:/usr/sh > are/lib/terminfo:/usr/local/mysql/bin: not found Next time try # echo $PATH What you tried to do was execute a program named the same as your path. regards, tom lane
В списке pgsql-ports по дате отправления: