libxml2 error when running php script
Hi All,
I noticed that libxml2 was updated last week and since then I have been getting this error:
==============================
$ ./rt2mei
03/12/10 19:45:42: Job started
/opt/bin/php: /opt/lib/libxml2.so.2: no version information available (required by /opt/bin/php)
/opt/bin/php: /opt/lib/libxml2.so.2: no version information available (required by /opt/bin/php)
/opt/bin/php: /opt/lib/libxml2.so.2: no version information available (required by /opt/bin/php)
/opt/bin/php: /opt/lib/libxml2.so.2: no version information available (required by /opt/bin/php)
/opt/bin/php: /opt/lib/libxml2.so.2: no version information available (required by /opt/bin/php)
/opt/bin/php: /opt/lib/libxml2.so.2: no version information available (required by /opt/bin/php)
/opt/bin/php: /opt/lib/libxml2.so.2: no version information available (required by /opt/bin/php)
/opt/bin/php: /opt/lib/libxml2.so.2: no version information available (required by /opt/bin/php)
rt2mei.php 1.1a started: 03/12/2010 19:45:44
Config data will be read from file "/public/rt2mei/rt2mei.cfg"
Favourites will be written to file "/public/rt2mei/rt2mei.mcl"
MEI data will be written to file "/public/rt2mei/MyStuff.mei"
==============================
This is what I have installed:
# ipkg info php
Package: php
Version: 5.2.14-1
Depends: bzip2, openssl, zlib, libxml2, libxslt, gdbm, libdb, pcre, cyrus-sasl-libs, openldap-libs
Status: install user installed
Section: net
Architecture: armeb
(Continue reading)