Re: [HACKERS] configure problem --with-libxml

2006-12-22 Thread Tom Lane
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

Re: [HACKERS] configure problem --with-libxml

2006-12-22 Thread Martijn van Oosterhout
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

Re: [HACKERS] configure problem --with-libxml

2006-12-22 Thread Peter Eisentraut
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

Re: [HACKERS] configure problem --with-libxml

2006-12-22 Thread Nikolay Samokhvalov
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

Re: [HACKERS] configure problem --with-libxml

2006-12-22 Thread Pavel Stehule
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

Re: [HACKERS] configure problem --with-libxml

2006-12-22 Thread Stefan Kaltenbrunner
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

[HACKERS] configure problem --with-libxml

2006-12-22 Thread Pavel Stehule
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