Re: [HACKERS] dynamic libraries

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема Re: [HACKERS] dynamic libraries
Дата
Msg-id 199810091730.LAA10523@trillium.nmsu.edu
обсуждение исходный текст
Ответ на dynamic libraries  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] dynamic libraries
Список pgsql-hackers
   How are people handling the fact that libpq is dynamic, and psql needs
   to find it.  I don't see people using -rpath as a link option.

   Are people setting LD_LIBRARY_PATH to the PostgreSQL library directory?

Using ldconfig and /etc/ld.so.conf:

     # ld.so.conf
     /usr/X11R6/lib
     /usr/pkg/lib
     /usr/local/lib
     /usr/local/pgsql/lib

This is on NetBSD 1.3.2.

Cheers,
Brook

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: dynamic libraries
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] dynamic libraries