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 error message is: > > ERROR: unsupported XML feature > DETAIL: This functionality requires libxml support. > HINT: You need to re-compile PostgreSQL using --with-libxml. > > the running configuration is: > [...] > CONFIGURE = '=' '--with-tcl' '--enable-odbc' '--without-zlib' > '-prefix=/usr/local/postgresql-8.3beta2' 'LDFLAGS=-lstdc++' [...] That is strange. On my 8.3, which was configured --with-libxml, the CONFIGURE output contains '--with-libxml'. Are you sure you are using the correct binary? Maybe your PATH points somewhere wrong. Yours, Laurenz Albe ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster