Re: [HACKERS] dynamic libraries - Mailing list pgsql-hackers

From Brook Milligan
Subject Re: [HACKERS] dynamic libraries
Date
Msg-id 199810092220.QAA11043@trillium.nmsu.edu
Whole thread Raw
In response to Re: [HACKERS] dynamic libraries  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] dynamic libraries  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Release schedule
Next
From: "Billy G. Allie"
Date:
Subject: Re: [HACKERS] dynamic libraries