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

From: askel <dummy666(at)mail(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: problem getting postgres 8.3.1 with xml support to work on Redhat Enterprise Linux 4
Date: 2008-06-30 18:20:50
Message-ID: 7df4e2dc-7bae-4bd0-a5af-14fb4ab00d73@56g2000hsm.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Jun 27, 5:46 pm, t(dot)(dot)(dot)(at)sss(dot)pgh(dot)pa(dot)us (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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Teodor Sigaev 2008-06-30 19:05:16 Re: [GENERAL] Fragments in tsearch2 headline
Previous Message Oleg Bartunov 2008-06-30 18:03:10 Re: tsearch strategy for incremental search