diff options
| author | Martin Schwenke <martin@meltin.net> | 2008-11-07 14:43:09 +1100 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2009-01-08 11:20:08 +1100 |
| commit | bbda00862cfef9bf6ffb3cf0ce1a7b0e992022e7 (patch) | |
| tree | 93408c9916fbf473f12500f85772c761914af8a3 /base/root/scripts | |
| parent | bcfc58379f5bddba49cd378837174a6617710b5e (diff) | |
| download | autocluster-bbda00862cfef9bf6ffb3cf0ce1a7b0e992022e7.tar.gz autocluster-bbda00862cfef9bf6ffb3cf0ce1a7b0e992022e7.tar.xz autocluster-bbda00862cfef9bf6ffb3cf0ce1a7b0e992022e7.zip | |
Get postinstall.sh to install keyutils-libs-devel.i386 - it is needed
to build 32-bit winbind libraries.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/postinstall.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
