• 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

I get this error when I try to install plesk for the first time

C

cyberboss

Guest
ERROR: Unable to install the "psa-8.3.0-cos5.build83071218.19.i586" package.

The following could cause the installation failure:
1)Packages "httpd-2.2.3-7.el5.centos.i386" and "httpd-2.2.3-11.el5_1.centos.3.i386" cannot be installed at the same time
because of the conflict on the file "/etc/httpd/conf.d/README"

2)Packages "httpd-2.2.3-11.el5.centos.i386" and "httpd-2.2.3-11.el5_1.centos.3.i386" cannot be installed at the same time
because of the conflict on the file "/etc/httpd/conf.d/README"

The README doesn't exist so I am wondering. I am running Centos 5.0

Cheers
Ries
 
Hi

Seems Plesk tries to install the older version of the Apache web server. In any case you can remove the existing one. Get to know its version with
rpm -q httpd
then remove with
rpm -e httpd-2.2.6...

Plesk should install the needed one automatically
 
Back
Top