Re: xml2 install problem

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Paul Silveira <plabrh1(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: xml2 install problem
Date: 2006-12-20 22:32:22
Message-ID: 20061220223222.GA30769@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Paul Silveira wrote:
>
> ok. tried to install the correct libs and then do it but still same errors.
> Here is where I am now...
>
> # installed both rmp's that were necessary...
> rpm -i
> ftp://rpmfind.net/linux/redhat/enterprise/4/en/os/i386/SRPMS/libxml2-2.6.16-6.src.rpm
> rpm -i
> ftp://rpmfind.net/linux/redhat/enterprise/4/en/os/x86_64/SRPMS/libxslt-1.1.11-1.src.rpm

Huh, those are the source RPMs, not the devel RPMs. Different thing.
You should be looking for libxml2-devel and libxslt-devel.
(Furthermore, installing stuff from different archs is probably not a
very good idea ...)

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Josh ben Jore 2006-12-20 23:34:06 Directly programmed query plans?
Previous Message Paul Silveira 2006-12-20 22:07:12 Re: xml2 install problem