If you are trying to upgrade your VPS installation with yum upgrade, try these commands:
|
$ yum clean metadata $ yum clean all |
After that, run yum upgrade again. If this still does not solve your problem, feel free to submit a support ticket.
You can install or upgrade the package by adding –nogpgcheck to the command, ie. yum upgrade –nogpgcheck You can also add gpgcheck=0 to the repository configuration in /etc/yum.repos.d/servergrove-centos-5.repo or the corresponding file.
ServerGrove provides a Yum repository with the latest PHP versions packages in RPM. This makes dead simple to install and upgrade PHP. Follow these steps to setup the repository in your server and install / upgrade PHP: Setup ServerGrove repository If you have not installed the repository, download the RPM . . . Read more
PHP should not be installed via yum/rpm in CentOS as the version distributed is very old. To fix it follow these steps:
|
cd /usr/src/php-5.2.11 make install service httpd restart |
Replace 5.2.11 with the version in your system. These steps will re-install the custom PHP installation in your VPS. If you have any doubts, feel free to . . . Read more