• 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

mod_ssl and httpd dependency issue with upgrade- Plesk half broken

DanH

New Pleskian
hi all,

Google turns up nothing so I though I would try here.

Im trying to upgrade Plesk from version 9.3 to 11.0.9 using the auto installer and I get the following output :
Code:
........
Installing the package psa11-php-fakepackage-11.0.9-cos5.build110121128.16.i386
Installing the package psa-pear-1.9.4-20110921.12111414.noarch
Installing the package pp-sitebuilder-skins-11.0.10-38713.12081600.noarch
Installing the package pp-sitebuilder-default-templates-11.0.10-38713.12081600.n
oarch
Installing the package psa-ftputil-1:2.1.1-1.12111414.noarch
Installing the package perl-Crypt-CBC-2.30-12111414.i386
Installing the package perl-Crypt-Rijndael-1.09-12111414.i386
Installing the package psa-migration-manager-11.0.9-cos5.build110121128.16.i386,
 psa-backup-manager-11.0.9-cos5.build110121128.16.i386, plesk-core-11.0.9-cos5.b
uild110121128.16.i386, psa-libxml-proxy-2.7.8-0.12111414.i386, psa-11.0.9-cos5.b
uild110121128.16.i386, httpd-2.2.3-76.el5.centos.i386, mod_python-3.2.8-4.el5.i3
86, psa-mod_rpaf-0.6-12111414.i386, psa-mod_aclr2-12111414-9e86c2f.i386, psa-aws
tats-configurator-11.0.9-cos5.build110121114.13.noarch, plesk-mail-qc-driver-11.
0.9-cos5.build110121128.16.i386, psa-selinux-11.0.9-cos5.build110121128.16.noarc
h, psa-php5-configurator-1.6.2-cos5.build110121128.16.i386, psa-locale-base-en-U
S-11.0.9-cos5.build110121114.13.noarch, psa-api-rpc-10.0.0-1.noarch, psa-imp-4.3
.11-cos5.build110121114.13.noarch, psa-vhost-11.0.9-cos5.build110121114.13.noarc
h, plesk-skins-11.0.9-12111414.noarch, pp-sitebuilder-11.0.10-38713.12081600.noa
rch, psa-updates-11.0.9-cos5.build110121114.13.noarch, httpd-devel-2.2.3-76.el5.
centos.i386, awstats-7.0-12111414.swsoft.noarch, psa-mail-driver-common-11.0.9-c
os5.build110121128.16.i386, psa-courier-imap-3.0.8-cos5.build110121114.13.i386,
psa-qmail-2:1.03-cos5.build110121114.13.i386, psa-qmail-rblsmtpd-0.88-cos5.build
110121114.13.i386, selinux-policy-2.4.6-338.el5.noarch, selinux-policy-targeted-
2.4.6-338.el5.noarch, psa-horde-3.3.13-cos5.build110121114.13.noarch
error: Failed dependencies:
        httpd = 0:2.2.14-22.2 is needed by (installed) mod_ssl-2.2.14-22.2.i386

ERROR: Installation will not continue
Warning! Not all packages were installed.
Please check if your system services are operable.
Please, contact product technical support.

I also tried the following if it helps anyone :
Code:
[root@VPS-NEF3H47C ~]# yum list mod_ssl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * atomic: atomic.mirror.uber.com.au
Installed Packages
mod_ssl.i386                       1:2.2.14-22.2                       installed
[root@VPS-NEF3H47C ~]# yum list httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * atomic: atomic.mirror.uber.com.au
Installed Packages
httpd.i386                    2.2.3-43.el5.centos.3                    installed
[root@VPS-NEF3H47C ~]# rpm -qi httpd
Name        : httpd                        Relocations: (not relocatable)
Version     : 2.2.3                             Vendor: CentOS
Release     : 43.el5.centos.3               Build Date: Tue 31 Aug 2010 02:37:42
 AM EST
Install Date: Mon 18 Feb 2013 07:33:29 AM EST      Build Host: builder17.centos.
org
Group       : System Environment/Daemons    Source RPM: httpd-2.2.3-43.el5.cento
s.3.src.rpm
Size        : 3277746                          License: Apache Software License
Signature   : DSA/SHA1, Tue 31 Aug 2010 02:57:20 AM EST, Key ID a8a447dce8562897
URL         : http://httpd.apache.org/
Summary     : Apache HTTP Server
Description :
The Apache HTTP Server is a powerful, efficient, and extensible
web server.
[root@VPS-NEF3H47C ~]# rpm -qi mod_ssl
Name        : mod_ssl                      Relocations: (not relocatable)
Version     : 2.2.14                            Vendor: (none)
Release     : 22.2                          Build Date: Tue 06 Oct 2009 10:41:56
 AM EST
Install Date: Tue 06 Oct 2009 10:42:54 AM EST      Build Host: VPS-NEF3H47C.neon
.vde.net.au
Group       : System Environment/Daemons    Source RPM: httpd-2.2.14-22.2.src.rp
m
Size        : 735082                           License: Apache Software License
Signature   : (none)
URL         : http://httpd.apache.org/
Summary     : SSL/TLS module for the Apache HTTP server
Description :
The mod_ssl module provides strong cryptography for the Apache Web
server via the Secure Sockets Layer (SSL) and Transport Layer
Security (TLS) protocols.

Basically I need to know how to resolve dependency issue with mod_ssl and httpd.

The web server is currently working, although I do not dare restart httpd. I cannot access the Plesk panel (just get a 404 error).

Hopefully someone here can help??? Thanks in advance.

Regards
Dan
 
Updating server services before updating plesk could resolve that problem. Ie with:
If on CentOS

#yum update
 
Back
Top