I keep getting half hourly email messages from the root cron relating to php startup error messages:
Subject:
Cron <root@hostname> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm
Message content (snipped)
php5: /usr/local/lib/libxml2.so.2: no version information ava
I've already asked same question in stackoverflow.I need some more help.
I’m trying to upgrade libxml2 from 2.6.26 to 2.7.7 on CentOS5.5
I installed libxml2-2.7.7 in /opt/libxml2-2.7.7/bin/
I'd already installed 2.6.26 in /usr by yum install libxml2 libxml2-devel.
When I configur PHP5.3 --with-libxml-dir=/opt/libxml2-2.7.7/bin message shows.
checking whether to enable LIBXML support...
our servers need to update the libxml2 version from 2.2.26 to 2.9 (latest version). It is no problem that we have been installed the libxml2-2.9 version on our servers. but the problem is how can we config the libs path of libxml2 path in php? Since it still show the old version on phpinfo().
What we have do is
1.
When I run sudo apt-get upgrade on my Debian Squeeze install, I get the following error:
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
libxml2-dev : Depends: libxml2 (= 2.7.8.dfsg-2+squeeze3) but 2.7.8.dfsg-2+squeeze5 is installed
E: Unmet dependencies.
I'm trying to install PHP 5.2.11 on my system. I'm running OpenSuSe 11.2. As I cannot find a package that will allow me to install this, I am trying to install it from source.
I already installed Apache2, and MySQL through YaST. I also installed the libxml2 package, and the apache2-devel packages.
I download the php 5.2.11 tar.bz2 file and ran the following.
trying to install libxml2, complains about dependencies; dependencies exist on system, any ideas anyone?
How can I fix this problem? What is libzypp.so.1106 and and libaugeas.so.0?
On September 27th, in a security notice Canonical published details about a libxml2 vulnerability for its Ubuntu 12.04 LTS, Ubuntu 11.10, Ubuntu 11.04, Ubuntu 10.04 LTS, and Ubuntu 8.04 LTS operating systems.
According to Canonical, applications using libxml2 could have been made to crash or run programs if users opened a specially crafted file.
Juri Aedla, the user who discovered the vulnerabil
libxml2: User-assisted execution of arbitrary code