• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Exception: Failed to solve dependencies: requires perl(:MODULE_COMP_5.10.1)

luc

New Pleskian
Scenario: new installation of plesk 12.5 on centOS 7 into an OpenVZ container (proxmox):
While installing Plesk 12.5 I get the following error:

1: perl-JSON-XS-2.27-2.el6.x86_64 requires perl ( : MODULE_COMPAT_5.10.1 )
Contact support

any tips?
 
Last edited:
Maybe I'm wrong but the main problem is due to the missing "perl:)MODULE_COMP_5.10.1)", looks like it is installed a next version without retro compatibility.
 
Maybe I'm wrong but the main problem is due to the missing ...
... and that's exactly the point here. You have MISSING packages, which you should consider to INSTALL, in order to avoid such dependencies issues. ;)

looks like it is installed
??? What makes you think, that it IS installed, when the error message states clear:
requires perl ( : MODULE_COMPAT_5.10.1 )

I'll help you again, by QUOTING parts of the previous linked example site:
Code:
...
Requires :
perl(:MODULE_COMPAT_5.10.1)
perl(common::sense)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
perl(common::sense)
perl(Encode)
perl(Exporter)
perl(Getopt::Long)
perl(JSON::XS)
perl(Storable)
perl(strict)
perl(XSLoader)
rpmlib(VersionedDependencies) <= 3.0.3-1
rtld(GNU_HASH)
/usr/bin/perl
rpmlib(PayloadIsXz) <= 5.2-1
...
Each required package is as well linked to another site, where you are able to DOWNLOAD the required package, in order to MANUALLY install the *.rpm with yum. :)

If you don't like the idea of installing perl - modules with yum, you are as well able to install them with CPAN or CPANminus ( cpanm ), if you like.
 
Last edited by a moderator:
Hi,
I already did the following steps:
1) yum install perl
-> as result : perl already installed and updated, nothing to do

2) yum install cpan -> that's ok

3) yum install cpanminus
--> Processing Dependency: perl:)MODULE_COMPAT_5.10.1) for package: perl-Module-Signature-0.79-1.el6.noarch
---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
---> Package perl-Net-SSLeay.x86_64 0:1.55-3.el7 will be installed
--> Finished Dependency Resolution
Error: Package: perl-Module-Signature-0.79-1.el6.noarch (epel)
Requires: perl:)MODULE_COMPAT_5.10.1)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

3) cpan JSON
-> CPAN.pm requires configuration, but most of it can be done automatically.
If you answer 'no' below, you will enter an interactive dialog for each
configuration option instead.
Would you like to configure as much as possible automatically? [yes] yes
<install_help>
Warning: You do not have write permission for Perl library directories.
To install modules, you need to configure a local Perl library directory or
escalate your privileges. CPAN can help you by bootstrapping the local::lib
module or by configuring itself to use 'sudo' (if available). You may also
resolve this problem manually if you need to customize your setup.
What approach do you want? (Choose 'local::lib', 'sudo' or 'manual')
[local::lib]

thanks for your help, now I'll try what your suggested and will keep you updated
 
Back
Top