Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 462561

Summary: cman package missing dependencies
Product: Red Hat Enterprise Linux 5 Reporter: Jeremy <jerlyon>
Component: cmanAssignee: Chris Feist <cfeist>
Status: CLOSED DUPLICATE QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2CC: ccaulfie, cluster-maint, edamato
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-23 19:42:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeremy 2008-09-17 04:12:25 UTC
Description of problem:
The /sbin/fence_ilo script requires the perl(Net::SSL) or perl(Net::SSLeay) to function correctly.  The cman package should have a requirement for these perl modules.

Version-Release number of selected component (if applicable):


How reproducible:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.2 (Tikanga)
rpm -q cman
cman-2.0.84-2.el5


Steps to Reproduce:
1. Install cman
2. Configure cluster to use ilo fencing
3. Attempt to Fence the node
  
Actual results:
fenced[11766]: agent "fence_ilo" reports: Net::SSL.pm o
r Net::SSLeay::Handle.pm not found. Please install the perl-Crypt-SSLeay package
 from RHN (http://rhn.redhat.com) or Net::SSLeay from CPAN (http://www.cpan.org)

Expected results:
All fencing perl dependencies to be processed at the time of a yum install cman

Additional info:
Note: the error message at least points the user in the right direction, but the dependency can be met by either the perl-Net-SSLeay or perl-Crypt-SSLeay package.

Comment 1 Chris Feist 2008-09-23 19:42:05 UTC

*** This bug has been marked as a duplicate of bug 248714 ***