Re: [HACKERS] dynamic libraries

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема Re: [HACKERS] dynamic libraries
Дата
Msg-id 199810092220.QAA11043@trillium.nmsu.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] dynamic libraries  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] dynamic libraries
Список pgsql-hackers
   Yes, I wanted to improve it too.  ELF came with SVr4, and the Linux
   mention, while valuable for a large base of users, was misleading to others.

   Here is the new text:

    If necessary, tell UNIX how to find your shared libraries.  If you
    are using an ELF-based system, such as Linux, do ONE of the following,
    preferably the first:

I'm not sure what your list is that follows this, but if it includes
either LD_LIBRARY_PATH or /etc/ld.so.conf and ldconfig, then your
restriction to ELF is not correct.  (And why single out Linux for
special notes when postgresql applies MUCH more broadly and ELF is
MUCH more widely used than on Linux boxes?)

Perhaps you can say something like

    If necessary, tell UNIX how to find your shared libraries.
    Commonly, ONE of the following (preferably the first) is
    sufficient:

    - mention /etc/ld.so.conf and ldconfig
    - mention LD_LIBRARY_PATH
      ...

If there really are system-specific things, they can be added to the
list with a caveat about their applicability.

Cheers,
Brook

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Release schedule
Следующее
От: "Billy G. Allie"
Дата:
Сообщение: Re: [HACKERS] dynamic libraries