FG

Unable to remove PHP packages from CentOS, but also unable to update PHP package to PHP 5.3

Fresh3 days ago
Mar 15, 202633616 views
Confidence Score0%
0%

Problem

I have an interesting, albeit infuriating problem with CentOS. I'm trying to configure this server to run a Symfony2 website I've built. The website doesn't work, and I've pinned down the problem to some of the PHP packages on the server being 5.1, and some of the newer packages are PHP 5.3. (Symfo…

Error Output

yum install php53u.x86_64

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Unable to remove PHP packages from CentOS, but also unable to update PHP package to PHP 5.3

Low Risk

Managed to fix the issue. Using as suggested by reflexiv would only bring back: php53-common-5.3.3-1.el5_7.6 As the only installed package. I removed this package, and then installed PHP with the following command: yum install php53 php53-cli php53-…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment