Re: configure using libxml

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Cc: "=?iso-8859-1?q?K=F6nig?=, Monika" <monika(dot)koenig(at)bonn(dot)de>
Subject: Re: configure using libxml
Date: 2007-11-09 11:23:29
Message-ID: 200711091223.29882.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am Freitag, 9. November 2007 schrieb König, Monika:
> 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 running configuration is:

Note that the configuration doesn't mention the libxml switch, so you forgot
something somewhere. Did you do a make distclean before rebuilding, and did
you install the new build?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Maximilian Tyrtania 2007-11-09 14:05:05 insufficient file descriptors on Mac OS X
Previous Message König, Monika 2007-11-09 10:20:23 configure using libxml