Re: configure problem --with-libxml

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: configure problem --with-libxml
Date: 2006-12-22 08:49:00
Message-ID: 458B9BFC.6050303@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule wrote:
> Hello,
>
> I try to compile postgres with SQL/XML, but I finished on
>
> checking libxml/parser.h usability... no
> checking libxml/parser.h presence... no
> checking for libxml/parser.h... no
> configure: error: header file <libxml/parser.h> is required for XML support
>
> I have Fedora Core 6, and libxml2-devel I have installed. I checked
> parser.h and this file is in /usr/include/libxml2/libxml/ directory
>
> I am sorry, but configure file is spenish vilage for me, and I can't
> correct it.

try adding --with-includes=/usr/include/libxml2 to your configure line

Stefan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2006-12-22 09:07:57 xmlagg is not supported?
Previous Message Pavel Stehule 2006-12-22 08:37:50 configure problem --with-libxml