I have a VPS server running Centos 5 and Plesk 9.3. It comes with PHP 5.1.x and I am trying to install VBulletin forum application which requires 5.2 . The installer won't run at all unless 5.2 is installed.
This is a brand new server that was just provisioned and has nothing custom or installed that wouldn't come with a fresh Plesk/Centos server.
I followed the instructions at http://www.atomicorp.com/wiki/index.php/PHP to use the atomic installer.
After running 'yum upgrade' , probably about 100 packages or so were checked and updated, but at the end of it all, I get this error:
Code: Select all
--> Finished Dependency Resolution
php-sqlite2-5.1.6-200705230937.x86_64 from installed has depsolving problems
--> Missing Dependency: php <= 5.2.0 is needed by package php-sqlite2-5.1.6-200705230937.x86_64 (installed)
Error: Missing Dependency: php <= 5.2.0 is needed by package php-sqlite2-5.1.6-200705230937.x86_64 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
Anyone have any insight on what I need to do next?
Thanks