• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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