From bc455e2c0cb8175cd1df648f32b1cddb413ac44a Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 21 Apr 2011 13:53:36 +0000 Subject: [PATCH] make sure instoss installs unixODBC before pyodbc git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9365 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- builddep.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builddep.sh b/builddep.sh index 26ecf4ec1..335a17b3f 100755 --- a/builddep.sh +++ b/builddep.sh @@ -108,6 +108,10 @@ fi cd $OSVER # Have to install rpms 1 at a time, since some may be already installed. # The only interdependency between the dep rpms so far is that net-snmp requires bash + +# pyodbc is dependent on unixODBC +rpm -Uvh unixODBC* + for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-'`; do if [ "$i" == "perl-Net-DNS-0.66-1.aix5.3.ppc.rpm" ]; then opts="--nodeps"