• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Installing Plesk 8.4 on CentOS 5.2, 'php-common' package error

D

danberlyoung

Guest
I'm installing a brand-spanking-new server and want to get the latest versions of CentOS and Plesk but they don't seem to like each other. Specifically I'm getting an error complaining that I have a newer version of "php-common" package. It then directs me to create an .autoinstallerrc file with the path to the CentOS repository. I've done that and it seems happy with the url I gave it (http://mirrors.easynews.com/linux/centos/5.2/updates/i386) but it's still giving me the same error on install.

Any help?

TIA!
 
Maybe try removing php-common if it exists already

rpm -e php-common
 
It's used by several packages including the main PHP5 package. Don't think I can just chop it out and not have something blow up.
 
Ok, call me ignorant. what is the package name? I've used yum before but I'm don't know the specific package I should install.

Thanks!
 
Back
Top