Re: [HACKERS] dynamic libraries

Поиск
Список
Период
Сортировка
От jwieck@debis.com (Jan Wieck)
Тема Re: [HACKERS] dynamic libraries
Дата
Msg-id m0zRgb2-000EBRC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на dynamic libraries  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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?
>

    I  have  a  /usr/local/pgsql/lib  line in the /etc/ld.so.conf
    file and run ldconfig(8)  when  I  get  any  error  from  the
    dynamic  linker  (e.g.   pg_id  fails to load libpq.so.2 :-).
    Usually the problem disappears then.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

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

Предыдущее
От: Brook Milligan
Дата:
Сообщение: Re: [HACKERS] dynamic libraries
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] dynamic libraries