Re: [GENERAL] configure using libxml

2007-11-09 Thread Albe Laurenz
Monika König wrote: > I try to configure postgresql 8.3beta with libxml by the comand: > > LDFLAGS=-lstdc++ ./configure --with-tcl --without-zlib --with-libxml > -prefix=/usr/local/postgresql-8.3beta > > It works fine, but after make and make install I can't use the > xml-functions. > > The err

Re: [GENERAL] configure using libxml

2007-11-09 Thread Pavel Stehule
Hello have you libxml2 on your computer? Send full configure output, please Regards Pavel Stehule On 09/11/2007, "König, Monika" <[EMAIL PROTECTED]> wrote: > Hey, > > I try to configure postgresql 8.3beta with libxml by the comand: > > > LDFLAGS=-lstdc++ ./configure --with-tcl --without-zlib --

[GENERAL] configure using libxml

2007-11-09 Thread König, Monika
Hey, I try to configure postgresql 8.3beta with libxml by the comand: LDFLAGS=-lstdc++ ./configure --with-tcl --without-zlib --with-libxml -prefix=/usr/local/postgresql-8.3beta It works fine, but after make and make install I can't use the xml-functions. The error message is: ERROR: unsuppo