• 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.

SB3 CentOS4.3 httpd-2.0 failed to install

R

RogerW37

Guest
I attempted the install of the CentOS 4.3 version, but before it actually installed SiteBuilder, it was installing a needed package, but this package failed to install.

Here's a copy and paste:

Install package httpd-2.0.52-22.ent.centos4.i386
warning: /etc/httpd/conf.d/welcome.conf created as /etc/httpd/conf.d/welcome.conf.rpmnew
warning: /etc/httpd/conf/httpd.conf created as /etc/httpd/conf/httpd.conf.rpmnew
warning: /etc/httpd/conf/magic created as /etc/httpd/conf/magic.rpmnew
error: unpacking of archive failed on file /etc/httpd/logs: cpio: rename failed - Is a directory
Error while execute command rpm -U /root/swsoft/SiteBuilder/SiteBuilder_3.0.2/update-rpm-CentOS-4.2-i386/httpd-2.0.52-22.ent.centos4.i386.rpm
ERROR: error while executing RPM
ERROR: Installation failed

I can't install httpd version 2 as CPanel already has its own httpd installed.

What's your thought on the matter?

Thanks,
Roger
 
As this is CPanel and there is it's own apache installed, try to install Sitebuilder package with "--nodeps" option. So just use following command:

# rpm -Uhv <packages> --nodeps

In this case it will not check dependencies and no further package will be installed.
Let me know about the results.
 
Thanks Dmitry. That worked of course.

However I was trying to use the autoinstaller to make installation easier. It would be nice if the autoinstaller had an option to...

"Continue without installing missing packages" where the autoinstaller proceeds forward with --nodeps.

Thanks again!
Roger
 
Back
Top