Re: install problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: install problem
Дата
Msg-id 5830.988231341@sss.pgh.pa.us
обсуждение исходный текст
Ответ на install problem  ("Stephen M. Ford" <sford@Eng.Auburn.EDU>)
Список pgsql-novice
"Stephen M. Ford" <sford@Eng.Auburn.EDU> writes:
> *** Could not execute a simple test program.  This may be a problem
> *** related to locating shared libraries.  Check the file 'config.log'
> *** for the exact reason.

> LD_LIBRARY_PATH=/usr/local/lib:/usr/local/ssl/lib

I think your LD_LIBRARY_PATH fails to include all the directories
that are searched by the linker.  So libraries are getting found and
bound into the test executable, but then the runtime shlib linker can't
find 'em.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Stephen M. Ford"
Дата:
Сообщение: install problem
Следующее
От: esavas@mac.com
Дата:
Сообщение: DROP COLUMN ?