Re: configure problem --with-libxml - Mailing list pgsql-hackers

From Stefan Kaltenbrunner
Subject Re: configure problem --with-libxml
Date
Msg-id 458B9BFC.6050303@kaltenbrunner.cc
Whole thread Raw
In response to configure problem --with-libxml  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Responses Re: configure problem --with-libxml
List 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


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: configure problem --with-libxml
Next
From: "Pavel Stehule"
Date:
Subject: xmlagg is not supported?