Re: NetBSD vs libxml2 - Mailing list pgsql-hackers

From Geoff Winkless
Subject Re: NetBSD vs libxml2
Date
Msg-id CAEzk6ffsmWbv3QuEd_kbsTgp-8E36ejHc-rOsSky8M-RuzvsjA@mail.gmail.com
Whole thread Raw
In response to Re: NetBSD vs libxml2  (Nico Williams <nico@cryptonector.com>)
List pgsql-hackers
My opinion (if it's worth anything) is that a binary should not specify search paths for libraries other than those explicitly provided with it as part of its own package.

The environment should handle shared library paths, using $LD_PATH or ldconfig or whatever. If a binary has to specify where is a third-party shared library that it wishes the dynamic loader to use then the environment is not set up correctly.

Geoff

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: libpq should not look up all host addresses at once
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] pgbench - allow to store select results into variables