Alvaro Herrera <[email protected]> writes:
> Support XMLTABLE query expression

This fails immediately on RHEL6:

$ ./configure --with-libxml [ other usual arguments ]
$ make -s
xml.c: In function 'XmlTableGetValue':
xml.c:4434: warning: implicit declaration of function 'xmlXPathSetContextNode'
utils/adt/xml.o: In function `XmlTableGetValue':
/home/postgres/pgsql/src/backend/utils/adt/xml.c:4434: undefined reference to 
`xmlXPathSetContextNode'
collect2: ld returned 1 exit status
make[2]: *** [postgres] Error 1
make[1]: *** [all-backend-recurse] Error 2
make: *** [all-src-recurse] Error 2

Relevant package versions are

libxml2-2.7.6-21.el6_8.1.x86_64
libxml2-devel-2.7.6-21.el6_8.1.x86_64
xml-common-0.6.3-33.el6.noarch

                        regards, tom lane


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to