Hi,
Can you please suggest/guide me the step by step instructions to resolve the issue.
I am trying to install postgres with libxml and with perl
Let me know if any other details are required.
Thanks & Regards,
Murugan Chelliah
+91-7299080302
-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Tuesday, June 14, 2016 7:16 PM
To: Chelliah, Murugan (EXT - IN/Chennai) <murugan.chelliah.ext@nokia.com>
Cc: pgsql-docs@postgresql.org
Subject: Re: [DOCS] gamke error -postgres9.4.5
murugan.chelliah.ext@nokia.com writes:
> utils/adt/xml.o: In function `pg_xml_done':
> xml.c:(.text+0x13f5): undefined reference to `__xmlStructuredErrorContext'
This suggests that your libxml2 header files are of a newer version than
your libxml2 library (.so) is.
regards, tom lane