perl(Net::SSLeay) is needed by webmin-1.830-1.noarch

perl(Net::SSLeay) is needed by webmin-1.830-1.noarch

 

[root@server src]# rpm -U webmin-1.801-1.noarch.rpm
warning: webmin-1.801-1.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 11f63c51: NOKEY
error: Failed dependencies:
perl(Net::SSLeay) is needed by webmin-1.801-1.noarch

 

perlNetSSLeay is needed by webmin-1.801-1

perlNetSSLeay is needed by webmin-1.801-1


 

How to fix the above error while installing webmin ?

You might see the above error while installing webmin control panel on your Linux Server. Error shows perl(Net::SSLeay) is required before installing webmin control panel.

Type the below command to check whether the required dependency is installed or not.
 

[root@server src]# rpm -qa | grep perl-Net-SSLeay
[root@server src]#

 
“perl-Net-SSLeay” should be installed before installing Webmin. You can install this using yum.
 

[root@server src]# yum install perl-Net-SSLeay

Resolving Dependencies
–> Running transaction check
—> Package perl-Net-SSLeay.x86_64 0:1.35-10.el6 will be installed
–> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch
================================================================================
Installing:
perl-Net-SSLeay x86_64

Transaction Summary
================================================================================
Install 1 Package(s)

Total download size: 174 k
Installed size: 593 k
Is this ok [y/N]: y
Downloading Packages:
perl-Net-SSLeay-1.35-10.el6.x86_64.rpm | 174 kB 00:01
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Importing GPG key 0xC105B9DE:
Userid : CentOS-6 Key (CentOS 6 Official Signing Key)
Package: centos-release-6-6.el6.centos.12.2.x86_64 (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : perl-Net-SSLeay-1.35-10.el6.x86_64 1/1
Verifying : perl-Net-SSLeay-1.35-10.el6.x86_64 1/1

Installed:
perl-Net-SSLeay.x86_64 0:1.35-10.el6

Complete!

 
Now perl-Net-SSLeay is installed on the server and you can proceed with webmin installation.
 

[root@server src]# rpm -qa | grep perl-Net-SSLeay
perl-Net-SSLeay-1.35-10.el6.x86_64
[root@server src]#