• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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