Re: Compile problems with contrib/xml in 7 series

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Jeff MacDonald <bignose(at)gmail(dot)com>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Compile problems with contrib/xml in 7 series
Date: 2007-05-15 19:58:11
Message-ID: 20070515195811.GH12731@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff MacDonald escribió:
> On 5/15/07, Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
> >Jeff MacDonald escribió:
> >> On 5/15/07, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
> >> >Jeff MacDonald wrote:
> >> >> Hi,
> >> >>
> >> >> I think the subject says it all. I need to install contrib/xml from
> >> >> the 7 series, not contrib/xml2 from the 8 series.
> >> >>
> >> >> See below for my attempted build
> >> >>
> >> >> http://www.suite2101.com/help/pgsql
> >> >>
> >> >> Please let me know if you have any ideas.
> >> >
> >> >looks like you are missing your -dev packages for xml.
> >>
> >> except that they are all in /usr/include/libxml2/libxml
> >
> >configure --with-includes=/foo/bar maybe? Or something along that line.
>
> There isn't a configure in the contrib/xml directory, i did try

Of course there isn't. I am talking about the main configure.

> make -I/usr/include/libxml2
>
> and
>
> make -I/usr/include/libxml2/libxml

I don't think that works. Failing adding it via the main configure, you
could add them directly into the Makefile. But I think it will be a
bigger hassle unless you already know how to do it.

--
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 Alvaro Herrera 2007-05-15 20:47:20 Re: stats collector spins my disk up every 500ms (8.2.3)
Previous Message Nikolay Samokhvalov 2007-05-15 19:54:39 Re: Compile problems with contrib/xml in 7 series