• 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

Missing Dependency: mod_perl < 2.0.0

panosru

New Pleskian
Hello, can anyone help me with that? How can i resolve this?

Can not update packages: exec failed: Error: Missing Dependency: mod_perl < 2.0.0 is needed by package perl-Apache-ASP
Error: Missing Dependency: perl(Apache::RequestIO) is needed by package perl-Apache-ASP
Error: Missing Dependency: perl(Apache::RequestRec) is needed by package perl-Apache-ASP
Error: Missing Dependency: perl(Apache::RequestUtil) is needed by package perl-Apache-ASP
Error: Missing Dependency: perl(Apache::Log) is needed by package perl-Apache-ASP
Error: Missing Dependency: perl(Apache::Response) is needed by package perl-Apache-ASP
Error: Missing Dependency: perl(Apache::Connection) is needed by package perl-Apache-ASP
Error: /usr/share/vzyum/bin/yum failed, exitcode=1

Thanks in advance!
 
are you using centosplus? where are problems with ASP/plesk/centosplus....

not have details right now, will post it later
 
I tried it but i got this message


Also i have a lot of problems with my plesk panel, i get many times this message:

#!/usr/local/psa/admin/bin/php The file loger.php is part of Plesk distribution. It cannot be run outside of Plesk environment.
 
rpm fails to download the package.

put it somewhere on the server and try:

rpm -Uhv /path/to/rpmfile
 
Ok i tried it but i still get this message:

[root@panos /]# rpm -Uhv /_aasp/perl-Apache-ASP-2.59-0.93298.i386.rpm
error: Failed dependencies:
mod_perl >= 2.0.0 is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::Connection) is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::Log) is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::RequestIO) is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::RequestRec) is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::RequestUtil) is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::Response) is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::ServerRec) is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::ServerUtil) is needed by perl-Apache-ASP-2.59-0.93298.i386
perl(Apache2::SubRequest) is needed by perl-Apache-ASP-2.59-0.93298.i386
[root@panos /]#

EDIT:
I tried to install mod_perl 2 but i got the following error:

[root@panos /]# rpm -Uhv /_aasp/mod_perl-2.0.3-1.el4s1.3.i386.rpm
error: Failed dependencies:
perl(Apache::Connection) is needed by (installed) perl-Apache-ASP-2.57-0.93298.i386
perl(Apache::Log) is needed by (installed) perl-Apache-ASP-2.57-0.93298.i386
perl(Apache::RequestIO) is needed by (installed) perl-Apache-ASP-2.57-0.93298.i386
perl(Apache::RequestRec) is needed by (installed) perl-Apache-ASP-2.57-0.93298.i386
perl(Apache::RequestUtil) is needed by (installed) perl-Apache-ASP-2.57-0.93298.i386
perl(Apache::Response) is needed by (installed) perl-Apache-ASP-2.57-0.93298.i386
mod_perl < 2.0.0 is needed by (installed) perl-Apache-ASP-2.57-0.93298.i386
You have new mail in /var/spool/mail/root
[root@panos /]#
 
which version of mod_perl is installed?

rpm -q mod_perl

try:

# rpm -e --nodeps perl-Apache-ASP
# rpm -Uvh /_aasp/mod_perl-2.0.3-1.el4s1.3.i386.rpm
# rpm -ivh /_aasp/perl-Apache-ASP-2.59-0.93298.i386.rpm
 
First of all thank you for helping me out.

I followed your steps, installation works fine with that way, the only problem is that now I'm getting 500 Internal Error on plesk panel.

[root@panos ~]# rpm -q mod_perl
mod_perl-1.99_16-4.5
[root@panos ~]# rpm -e --nodeps perl-Apache-ASP
[root@panos ~]# rpm -Uvh /_aasp/mod_perl-2.0.3-1.el4s1.3.i386.rpm
Preparing... ########################################### [100%]
1:mod_perl ########################################### [100%]
You have new mail in /var/spool/mail/root
[root@panos ~]# rpm -ivh /_aasp/perl-Apache-ASP-2.59-0.93298.i386.rpm
Preparing... ########################################### [100%]
1:perl-Apache-ASP ########################################### [100%]
[root@panos ~]# rpm -q mod_perl
mod_perl-2.0.3-1.el4s1.3
[root@panos ~]#

EDIT:
I restarted container and 500 error disappeared :) , now i will try to run updater again

EDIT2:
I got these warnings in my mail:
Warning: unresolved requires 'dummy-centos-4' from dummy-selinux-openvz-1.0-2.noarch (t 0xaa7a780 source=0xa0a2a00 P:5 R:1)
Warning: unresolved requires 'vzdummyce4' from dummy-selinux-vz-1.0-2.noarch (t 0xaa7aa30 source=0xa0a2a00 P:5 R:1)
Warning: unresolved requires 'httpd = 2.0.52-22.ent.centos4.1.swsoft' from mod_ssl-1:2.0.52-22.ent.centos4.1.swsoft.i386 (t 0xaa87cc8 source=0xa0a2a00 P:19 R:24)

EDIT3:
When i run yum update i get the error:
Error: Missing Dependency: psa-api-rpc = 8.6.0-cos4.build86080930.08 is needed by package psa-backup-manager
Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2
 
Last edited:
These are the version i got in my vps

mod_ssl 2.0.63-2.el4s1.centos.2
httpd 2.0.63-2.el4s1.centos.2
psa-api-rpc 8.6.0-cos4.build86080930.08

About mod_ssl and httpd i got a greater version version of that what required?
 
Back
Top