Martijn van Oosterhout writes:
> On Fri, Dec 22, 2006 at 03:03:49PM +0100, Peter Eisentraut wrote:
>> The reason why I did not do this was that this could resolve
>> to -I/usr/include or -I/usr/local/include, but adding such a standard
>> path explicitly is wrong on some systems.
> But if people
On Fri, Dec 22, 2006 at 03:03:49PM +0100, Peter Eisentraut wrote:
> Nikolay Samokhvalov wrote:
> > another way is:
> > export CPPFLAGS=$(xml2-config --cflags); ./configure --with-libxml
> >
> > I think that such thing can be used in configure script itself,
> > overwise a lot of people will try, fa
Nikolay Samokhvalov wrote:
> another way is:
> export CPPFLAGS=$(xml2-config --cflags); ./configure --with-libxml
>
> I think that such thing can be used in configure script itself,
> overwise a lot of people will try, fail and do not use SQL/XML at
> all.
The reason why I did not do this was that
another way is:
export CPPFLAGS=$(xml2-config --cflags); ./configure --with-libxml
I think that such thing can be used in configure script itself,
overwise a lot of people will try, fail and do not use SQL/XML at all.
On 12/22/06, Pavel Stehule <[EMAIL PROTECTED]> wrote:
Hello,
I try to compil
gsql-hackers@postgresql.org
Subject: Re: [HACKERS] configure problem --with-libxml
Date: Fri, 22 Dec 2006 09:49:00 +0100
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 lib
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 is required for XML support
I have Fedora Core 6, and libxml2
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 is required for XML support
I have Fedora Core 6, and libxml2-devel I have installe