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
This commit is contained in:
nott 2011-04-21 13:53:36 +00:00
parent 21c92e3076
commit bc455e2c0c

View File

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