From: | "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
---|---|
To: | "König, Monika" *EXTERN* <monika(dot)koenig(at)bonn(dot)de>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: configure using libxml |
Date: | 2007-11-09 15:17:20 |
Message-ID: | D960CB61B694CF459DCFB4B0128514C28802FA@exadv11.host.magwien.gv.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Reg Me Please | 2007-11-09 15:17:39 | Re: PIPELINED Functions |
Previous Message | Cesar Alvarez | 2007-11-09 15:06:34 | PIPELINED Functions |