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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Aswani Kumar" <Aswani(dot)Kumar(at)idinsight(dot)com>
Cc: 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-27 21:46:10
Message-ID: 11938.1214603170@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Aswani Kumar" <Aswani(dot)Kumar(at)idinsight(dot)com> writes:
> The Postgres was built using ./configure
> XML2_CONFIG=/usr/local/libxml/bin/xml2-config
> --prefix=/usr/local/postgresql-8.3.1 --with-libxml. Libxml2-2.6.32 was
> built using ./configure --prefix=/usr/local/libxml and is the location
> pointed to in the Postgres configure script.

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.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-06-27 22:04:19 Re: freebsd + postgresql 8.3.3 = 100% of cpu usage on stats collector?
Previous Message Bill Thoen 2008-06-27 21:09:29 Re: Advice Wanted on Selecting Multi-row Data Requests in 10-Row Blocks