grayloon

Well-Known Member
Oct 31, 2007
121
4
68
Evansville, IN
cPanel Access Level
Root Administrator
Twitter
I have both Webmin (1.740) and cPanel (11.48.4) on a couple of servers. When I try to upgrade Webmin to version 1.750, I get the following error:
error: Failed dependencies:
perl(Net::SSLeay) is needed by webmin-1.750-1.noarch​

I know that perl module was installed. I've been using Webmin over HTTPS for years. When I check yum, I see the following packages installed:
cpanel-perl-514-Crypt-SSLeay.x86_64
cpanel-perl-514-Net-SSLeay.x86_64​

Anyone else seeing this?
 

grayloon

Well-Known Member
Oct 31, 2007
121
4
68
Evansville, IN
cPanel Access Level
Root Administrator
Twitter
"WHM > Software > Install a Perl Module" showed the Net::SSLeay 1.68 module already installed. I uninstalled and installed again via WHM. After I saw the success message, I tried the Webmin upgrade again, and I'm getting the same failed dependency error.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Could you open a support ticket so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome.

Thank you.
 

Ljuba

Registered
May 20, 2015
1
0
1
Belgrade, Serbia
cPanel Access Level
Root Administrator
I have exactly the same problem as grayloon.
My server is on Novell SuSE Enterprise Server 9.4, Webmin 1.740 is used over HTTPS, perl module Net::SSLeay 1.68 is installed and dependencies check for all perl modules shows OK.
I am puzzled....
 

grayloon

Well-Known Member
Oct 31, 2007
121
4
68
Evansville, IN
cPanel Access Level
Root Administrator
Twitter
Support used yum to install the module, but I know it had been previously installed.
# yum install perl-Net-SSLeay​

I had the same problem on another server, and yum couldn't find the package. I had to download the rpm and manually install.
# wget ftp://rpmfind.net/linux/centos/6.6/os/x86_64/Packages/perl-Net-SSLeay-1.35-9.el6.x86_64.rpm
# rpm -Uvh perl-Net-SSLeay-1.35-9.el6.x86_64.rpm​
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello,

Installing the Perl module via YUM or through RPM appears to resolve the issue. Please keep in mind that Webmin is not supported, so while cPanel updates shouldn't interfere with it, we can't guarantee it's compatibility because it's not an environment we test on.

Thank you.