XML-LibXML - Re: make test and install problems

Posted on Fri Jul 13 00:12:21 2007 by broadmind in response to 2687 (See the whole thread of 2)
Re: make test and install problems

This error happens because the dynamic linker cannot resolve the xmlIsDigitGroup symbol. This symbol is defined in the Gnome library for XML (libxml2).

One possible solution is to change your LD_LIBRARY_PATH to include the path to where this library is installed. If one gets the package from sunfreeware.com, it would typically go into /usr/local/lib.

I know this posting is old, but I just ran into this recently, so I wanted to post a solution for future reference.

Cheers.
Write a response