• 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

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