Search Postgresql Archives

Re: problem getting postgres 8.3.1 with xml support to work on Redhat Enterprise Linux 4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jun 27, 5:46 pm, t...@xxxxxxxxxxxxx (Tom Lane) wrote:
> Linux isn't real friendly to putting shared libraries outside the
> standard directories.  If you want to keep libxml2.so in its own directory
> you'll need to teach the dynamic linker to look there.  See ldconfig.

What could be more friendly than providing few ways to specify where
to look for shared libraries?
a) by changing /etc/ld.so.conf and making it permanent
b) by running ldconfig to temporary update dynamic loader cache
c) by setting LD_LIBRARY_PATH environment variable to change it for
current session only or even a single program execution


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux