| From: | Geoff Winkless <pgsqladmin(at)geoff(dot)dj> |
|---|---|
| To: | nico(at)cryptonector(dot)com |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: NetBSD vs libxml2 |
| Date: | 2018-08-14 10:32:56 |
| Message-ID: | CAEzk6ffsmWbv3QuEd_kbsTgp-8E36ejHc-rOsSky8M-RuzvsjA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2018-08-14 10:47:43 | Re: [HACKERS] pgbench - allow to store select results into variables |
| Previous Message | Fabien COELHO | 2018-08-14 10:24:32 | Re: libpq should not look up all host addresses at once |