Re: Contrib XML

From: Theo Galanakis <Theo(dot)Galanakis(at)lonelyplanet(dot)com(dot)au>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Contrib XML
Date: 2005-02-14 04:14:25
Message-ID: D1444817B78AB546BF2896C2B70E7F04371EDF@ganesh.au.lpint.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Disregard my last post. I worked out how to compile and install from
source.

Theo

-----Original Message-----
From: Theo Galanakis
Sent: Monday, 14 February 2005 12:02 PM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] Contrib XML

Hi,
I need help setting up the contrib XML package.

I have gone as far as copying the source files from www.xmlsoft.org,
and trying to compile/make the XML under the contrib package. So Im assuing
I meed to install lxml2??

gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -fpic -shared -Wl,-soname,libpgxml_dom.so.0
pgxml_dom.o -L../../src/port -lxml2 -o libpgxml_dom.so.0.0

/usr/bin/ld: cannot find -lxml2
collect2: ld returned 1 exit status
make: *** [libpgxml_dom.so.0.0] Error 1

Any help would be greatly appreciated.

Theo

______________________________________________________________________
This email, including attachments, is intended only for the addressee
and may be confidential, privileged and subject to copyright. If you
have received this email in error, please advise the sender and delete
it. If you are not the intended recipient of this email, you must not
use, copy or disclose its content to anyone. You must not copy or
communicate to others content that is confidential or subject to
copyright, unless you have the consent of the content owner.

Browse pgsql-admin by date

  From Date Subject
Next Message Chandra Mouli S 2005-02-14 07:49:11 Importing and Exporting Tables.
Previous Message Theo Galanakis 2005-02-14 01:02:07 Contrib XML