View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 07:08 AM
Stefan Kaltenbrunner
 
Posts: n/a
Default Re: configure problem --with-libxml

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

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote