Re: Solaris 8 install of postgres 7.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Solaris 8 install of postgres 7.2
Дата
Msg-id 27503.1017779370@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Solaris 8 install of postgres 7.2  (Joe Piscitella <Joe.Piscitella@knowledgenet.com>)
Список pgsql-bugs
Joe Piscitella <Joe.Piscitella@knowledgenet.com> writes:
> checking test program... failed
> configure: error:
> *** 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.

The usual cause of this is that gcc is able to find and link shared
libraries that are not found at runtime by the dynamic loader.  You may
need to set LD_LIBRARY_PATH.  See
http://www.ca.postgresql.org/docs/faq-solaris.html
item 3

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: SEGV in contrib/array/array_iterator.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: huh!?