From 5cf14a761072b35c2505b42af7c650f68a650091 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 4 May 2011 01:45:28 +0000 Subject: [PATCH] add the notes for how to enable the ssl for ipmitool Former-commit-id: 218c67696fcc42ae566d43e2a5aab34be70e3cff --- ipmitool/Build-notes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ipmitool/Build-notes b/ipmitool/Build-notes index 8339db3..320991b 100644 --- a/ipmitool/Build-notes +++ b/ipmitool/Build-notes @@ -23,4 +23,7 @@ HOW TO CREATE THESE PATCHES 6) cd /tmp/ipmitool-1.8.11 7) diff -uNr a b > ipmitool.patch - +NOTE #2 +ENABLE THE SSL +Before running the build operation, the openssl-devel should be installed on the build env to make sure the ssl can be enabled for the generated ipmitool package. +You can run the 'ldd ipmitool' to see whether the 'libcrypto.so.x' has been added as a dependency to check whether the ssl has been enabled.