Forum Moderators: coopster & phranque

Message Too Old, No Replies

Problems compiling XML-LibXML perl module

How to get rid of libxml warnings

         

runner

10:00 pm on Jul 19, 2005 (gmt 0)

10+ Year Member



When compiling the perl module XML-LibXML I get the following error on "make test"

t/01basic.....Warning: program compiled against libxml 206 using older 204

I get this error 18 times (once for each of the 18 tests)

When I run the application that requires XML-LibXML I get these same warnings filling up my application's log file. This is annoying.

The funny thing is that I installed libxml (a prerequisite for XML-LibXML) and it is neither version 206 or 204. I can't figure out where these warnings are coming from.

runner

8:01 pm on Jul 20, 2005 (gmt 0)

10+ Year Member



Problem solved...

It turns out that on Solaris, Sun installs a libxml as a package for both 32 and 64 bit. All I had to do was pkgrm these two packages and any other compiles used the newest libxml which I had compiled and installed from source.