From bbda00862cfef9bf6ffb3cf0ce1a7b0e992022e7 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Fri, 7 Nov 2008 14:43:09 +1100 Subject: Get postinstall.sh to install keyutils-libs-devel.i386 - it is needed to build 32-bit winbind libraries. Signed-off-by: Martin Schwenke --- base/root/scripts/postinstall.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'base/root/scripts') diff --git a/base/root/scripts/postinstall.sh b/base/root/scripts/postinstall.sh index 595e54b..efc65ca 100755 --- a/base/root/scripts/postinstall.sh +++ b/base/root/scripts/postinstall.sh @@ -53,3 +53,8 @@ echo "Rebuilding the GPFS modules" echo "Enabling NFS locking" chkconfig nfslock on service nfslock start + +# For some reason only the x86_64 version gets installed and we need +# this to build the 32-bit version of the winbind libraries. +echo "Installing keyutils-libs-devel.i386" +yum -y install keyutils-libs-devel.i386 -- cgit