public inbox for [email protected]help / color / mirror / Atom feed
gamke error -postgres9.4.5 5+ messages / 4 participants [nested] [flat]
* gamke error -postgres9.4.5 @ 2016-06-14 12:12 [email protected] 0 siblings, 2 replies; 5+ messages in thread From: [email protected] @ 2016-06-14 12:12 UTC (permalink / raw) To: pgsql-docs The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/8.3/static/libpq-build.html Description: utils/adt/xml.o: In function `pg_xml_done': xml.c:(.text+0x13f5): undefined reference to `__xmlStructuredErrorContext' utils/adt/xml.o: In function `pg_xml_init': xml.c:(.text+0x1c0d): undefined reference to `__xmlStructuredErrorContext' xml.c:(.text+0x1c26): undefined reference to `__xmlStructuredErrorContext' /usr/local/lib/libxml2.so: undefined reference to `gzopen64@ZLIB_1.2.3.3' collect2: ld returned 1 exit status gmake[2]: *** [postgres] Error 1 gmake[2]: Leaving directory `/Data/postgresql-9.4.5/src/backend' gmake[1]: *** [all-backend-recurse] Error 2 gmake[1]: Leaving directory `/Data/postgresql-9.4.5/src' gmake: *** [all-src-recurse] Error 2 -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: gamke error -postgres9.4.5 @ 2016-06-14 12:34 Michael Paquier <[email protected]> parent: [email protected] 1 sibling, 1 reply; 5+ messages in thread From: Michael Paquier @ 2016-06-14 12:34 UTC (permalink / raw) To: [email protected]; +Cc: pgsql-docs On Tue, Jun 14, 2016 at 9:12 PM, <[email protected]> wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/8.3/static/libpq-build.html 8.3 is out of support by community. And why are you pointing to this page? This is libpq, and what is failing to compile is some backend code. > Description: > > utils/adt/xml.o: In function `pg_xml_done': > xml.c:(.text+0x13f5): undefined reference to `__xmlStructuredErrorContext' > utils/adt/xml.o: In function `pg_xml_init': > xml.c:(.text+0x1c0d): undefined reference to `__xmlStructuredErrorContext' > xml.c:(.text+0x1c26): undefined reference to `__xmlStructuredErrorContext' > /usr/local/lib/libxml2.so: undefined reference to `gzopen64@ZLIB_1.2.3.3' > collect2: ld returned 1 exit status > gmake[2]: *** [postgres] Error 1 > gmake[2]: Leaving directory `/Data/postgresql-9.4.5/src/backend' > gmake[1]: *** [all-backend-recurse] Error 2 > gmake[1]: Leaving directory `/Data/postgresql-9.4.5/src' > gmake: *** [all-src-recurse] Error 2 You had better review the shape of the objects in your version of this libxml2 shared library, which is I imagine a custom build... -- Michael -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: gamke error -postgres9.4.5 @ 2016-06-14 12:43 Chelliah, Murugan (EXT - IN/Chennai) <[email protected]> parent: Michael Paquier <[email protected]> 0 siblings, 0 replies; 5+ messages in thread From: Chelliah, Murugan (EXT - IN/Chennai) @ 2016-06-14 12:43 UTC (permalink / raw) To: Michael Paquier <[email protected]>; +Cc: pgsql-docs Hi, I am trying to install postgres9.4.5 version in one of the system with libxml, I ended with the below mentioned error. While searching in google - I found the below page is somewhat relevant, so I just updated on that page. Can you please help me to resolve the below error OR Can you guide me the right person/forum/group to get the solution for this issue? Thanks for your quick response. Let me know if any other details are required. Thanks & Regards, Murugan Chelliah +91-7299080302 -----Original Message----- From: Michael Paquier [mailto:[email protected]] Sent: Tuesday, June 14, 2016 6:04 PM To: Chelliah, Murugan (EXT - IN/Chennai) <[email protected]> Cc: [email protected] Subject: Re: [DOCS] gamke error -postgres9.4.5 On Tue, Jun 14, 2016 at 9:12 PM, <[email protected]> wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/8.3/static/libpq-build.html 8.3 is out of support by community. And why are you pointing to this page? This is libpq, and what is failing to compile is some backend code. > Description: > > utils/adt/xml.o: In function `pg_xml_done': > xml.c:(.text+0x13f5): undefined reference to `__xmlStructuredErrorContext' > utils/adt/xml.o: In function `pg_xml_init': > xml.c:(.text+0x1c0d): undefined reference to `__xmlStructuredErrorContext' > xml.c:(.text+0x1c26): undefined reference to `__xmlStructuredErrorContext' > /usr/local/lib/libxml2.so: undefined reference to `gzopen64@ZLIB_1.2.3.3' > collect2: ld returned 1 exit status > gmake[2]: *** [postgres] Error 1 > gmake[2]: Leaving directory `/Data/postgresql-9.4.5/src/backend' > gmake[1]: *** [all-backend-recurse] Error 2 > gmake[1]: Leaving directory `/Data/postgresql-9.4.5/src' > gmake: *** [all-src-recurse] Error 2 You had better review the shape of the objects in your version of this libxml2 shared library, which is I imagine a custom build... -- Michael -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: gamke error -postgres9.4.5 @ 2016-06-14 13:46 Tom Lane <[email protected]> parent: [email protected] 1 sibling, 1 reply; 5+ messages in thread From: Tom Lane @ 2016-06-14 13:46 UTC (permalink / raw) To: [email protected]; +Cc: pgsql-docs [email protected] 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 -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: gamke error -postgres9.4.5 @ 2016-06-15 09:51 Chelliah, Murugan (EXT - IN/Chennai) <[email protected]> parent: Tom Lane <[email protected]> 0 siblings, 0 replies; 5+ messages in thread From: Chelliah, Murugan (EXT - IN/Chennai) @ 2016-06-15 09:51 UTC (permalink / raw) To: Tom Lane <[email protected]>; +Cc: pgsql-docs 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:[email protected]] Sent: Tuesday, June 14, 2016 7:16 PM To: Chelliah, Murugan (EXT - IN/Chennai) <[email protected]> Cc: [email protected] Subject: Re: [DOCS] gamke error -postgres9.4.5 [email protected] 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 -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs ^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2016-06-15 09:51 UTC | newest] Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2016-06-14 12:12 gamke error -postgres9.4.5 [email protected] 2016-06-14 12:34 ` Michael Paquier <[email protected]> 2016-06-14 12:43 ` Chelliah, Murugan (EXT - IN/Chennai) <[email protected]> 2016-06-14 13:46 ` Tom Lane <[email protected]> 2016-06-15 09:51 ` Chelliah, Murugan (EXT - IN/Chennai) <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox