Warning: program compiled against libxml 207 using older 206
Gary Yang <[email protected]> Tue, 15 Nov 2011 11:49:40 -0800 (PST)
| Newsgroups | gmane.comp.lang.perl.xml |
|---|---|
| Message-ID | <[email protected]> |
Hi, I got the warning below. Warning: program compiled against libxml 207 using older 206 Warning: XML::LibXML compiled against libxml2 20708, but runtime libxml2 is older 20626 It looks like at run time it calls wrong version of libxml.so. But, I have no clue of how to fix it. I use C Shell. Below is the detailed info. Can someone help? echo $SHELL /bin/tcsh echo $LD_LIBRARY_PATH /usr/lib ls -alF /usr/lib | grep xml -rw-r--r-- 1 root root 4736614 Nov 10 15:30 libxml2.a -rwxr-xr-x 1 root root 925 Nov 10 15:30 libxml2.la* lrwxrwxrwx 1 root root 16 Nov 10 15:30 libxml2.so -> libxml2.so.2.7.8* lrwxrwxrwx 1 root root 16 Nov 10 15:30 libxml2.so.2 -> libxml2.so.2.7.8* -rwxr-xr-x 1 root root 1250176 Aug 4 2009 libxml2.so.2.6.26* -rwxr-xr-x 1 root root 3377026 Nov 10 15:30 libxml2.so.2.7.8* -rw-r--r-- 1 root root 572212 Jul 12 2006 libxmlsec1.a lrwxrwxrwx 1 root root 19 Jun 23 10:55 libxmlsec1.so -> libxmlsec1.so.1.2.9* lrwxrwxrwx 1 root root 19 Jun 23 10:52 libxmlsec1.so.1 -> libxmlsec1.so.1.2.9* -rwxr-xr-x 1 root root 410628 Jul 12 2006 libxmlsec1.so.1.2.9* -rw-r--r-- 1 root root 198 Nov 10 15:30 xml2Conf.sh -rw-r--r-- 1 root root 619 Jul 12 2006 xmlsec1Conf.sh I have no idea why I got that warning. Any clue? Thanks, Gary _______________________________________________ Perl-XML mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs