View Single Post

   
  #2 (permalink)  
Old 04-10-2008, 08:17 AM
Peter Eisentraut
 
Posts: n/a
Default Re: configure using libxml

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/

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote