• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Install failure Plesk 10.4.4 on CentOS 6.2

A

alessandro75

Guest
I'm trying to install plesk 10.4.4 on a linux server with CentOS 6.2 x64 but the auto-installer fails with the following error message:
Exception: Failed to solve dependencies:
php-mbstring-5.3.3-3.el6_2.5.x86_64 requires php-common = 5.3.3-3.el6_2.5
php-mysql-5.3.3-3.el6_2.5.x86_64 requires php-common = 5.3.3-3.el6_2.5
php-imap-5.3.3-3.el6_2.5.x86_64 requires php-common = 5.3.3-3.el6_2.5

ERROR: L'utility Yum non è riuscita ad installare i pacchetti richiesti. (Yum couldn't install required packages)

Can anyone help me?

Thank you,
Alessandro
 
It's a clean install. I asked for support and they fixed the issue.
They first installed the mentioned packages manually:
yum install php-mbstring
yum install php-mysql
yum install php-imap
After that the install process worked perfectly. I'm now waiting fo installation to complete.

Regards,
Alessandro
 
Back
Top