• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Installation issue, conflict with httpd

P

pbg4robbieb

Guest
Hi all,
When I try to install Plesk 8.2 on Red Hat ES 5 using the x86 installer I get the following error:

ERROR: Unable to install the "psa-8.2.0-rhel5.build82070706.15.i586" package.

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

Any help would be appreciated.
 
Hi,
I recently installed Plesk 8.2 on CentOS5. To get around these errors I removed the package that is mentioned in the conflict and then ran the installer again. Keep doing this until you get no more errors.

I think this is caused when the packages already installed are newer then those that are included with Plesk. I ended up removing the following packages from my system before I could actually get through the install:
libgcj-4.1.1-52.el5.2.i386
libgomp-4.1.1-52.el5.2.i386
php.i386 0:5.1.6-12.el5
php-cli-5.1.6-12.el5.i386
php-common
cpp

Just do "yum remove libgcj" Plesk will then install a slightly older version of these packages.

After you do this a few times you will probably receive a message saying "looks like you updated some packages via your vendor's web site" with a suggestion to modify autoinstallerrc. You can specify the vendor's repository with a priority in this file, but I was not able to find out the correct syntax to get this to work. I'd be interested in seeing what this actual syntax is.

Hope this helps.
 
I agree with rivimont on this one. After removing bind-libs (through yum or whatever method you choose), it prompted me for other files that were conflicting. Simply removing those "newer" files and allowing Plesk to replace them with the version it was wanting got me through the install process finally.

Packages "bind-libs-30:9.3.3-7-el5.x86_64" and "bind-libs-30:9.3.3-9.0.1.el5.x86_64" cannot be installed at the same time because of the conflict on the file "/usr/lib64/libbind.so.4"

That was my original error message that was causing me to hang.
 
Back
Top