CentOS 5 – repositorio de test para PHP 5.2

Guía para actualizar php 5.1.6 en CentOS 5.X a php 5.2, utilizando un repositorio oficial de CentOS. Añadir repositorio de desarrollo # vim /etc/yum.repos.d/CentOS-Testing.repo [c5-testing] name=CentOS-5 Testing baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing includepkgs=php* # yum update Links http://wiki.centos.org/HowTos/PHP_5.1_To_5.2

Plesk – Components::componentUpdate() failed: Unable to exec utility packagemng: Empty error message from utility

Cuando aparece este error el panel de plesk deja de ser funcional. Lo arreglamos de la siguiente manera: # /etc/init.d/psa stopall # rm /dev/urandom # mknod -m 644 /dev/urandom c 1 9 # yum clean all #rm -f /var/lib/rpm/__db* # rpm –rebuilddb # yum update # /etc/init.d/psa start