2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00

add the notes for how to enable the ssl for ipmitool

Former-commit-id: 218c67696fcc42ae566d43e2a5aab34be70e3cff
This commit is contained in:
daniceexi 2011-05-04 01:45:28 +00:00
parent bf08ce086d
commit 5cf14a7610

View File

@ -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.