Re: configure using libxml - Mailing list pgsql-general

From Albe Laurenz
Subject Re: configure using libxml
Date
Msg-id D960CB61B694CF459DCFB4B0128514C28802FA@exadv11.host.magwien.gv.at
Whole thread Raw
In response to configure using libxml  ("König, Monika" <monika.koenig@bonn.de>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Cesar Alvarez
Date:
Subject: PIPELINED Functions
Next
From: Reg Me Please
Date:
Subject: Re: PIPELINED Functions