The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-21-2008
ak835 ak835 is offline
Registered User
 

Join Date: Apr 2008
Posts: 7
Thumbs up XL c\c++ runtime upgrade -fp4 db2 v9.1

Friends,
take a look at this:

Code:
clmid007:/clocal/tech/user/testlab/cppruntime $ lslpp -l |grep xlC
  xlC.aix50.rte              8.0.0.4  COMMITTED  C Set ++ Runtime for AIX 5.0
  xlC.cpp                    6.0.0.0  COMMITTED  C for AIX Preprocessor
  xlC.msg.en_US.cpp          6.0.0.0  COMMITTED  C for AIX Preprocessor
  xlC.msg.en_US.rte          8.0.0.4  COMMITTED  C Set ++ Runtime
  xlC.rte                    8.0.0.4  COMMITTED  C Set ++ Runtime
I am trying to install db2 V9.1 fp4 on this aix (5.3) box but getting following error:

Code:
clmid007# ./installFixPack -b /global/site/vendor/udb/V9.1.4 -t /tmp/traceinstallfixpack4.log
ERROR:
   Required minimum level of xlC runtime is 8.0.0.6
   Actual version of the library file detected : 8.0.0.4
   You can go to IBM Software - XL C/C++ - Support to download
   the XL C++ runtime.
   Check the following web site for the up-to-date system requirements
   of IBM DB2 9
   http://www.ibm.com/software/data/db2/udb/sysreqs.html

  Aborting the current installation ...
  Run installation with -f parameter to force the installation.
I have downloaded required PTF file from this location:
IBM - October 2006 IBM C++ Runtime Environment Components for AIX

But not sure how do i install this ptf file so that i get the correct runtime level for XL C++.?

Kindly advice,
Abhi


edit by bakunin: i have replaced the "color=yellowgreen" tags with "code"-tags. Please refrain from using colors "near" white, as in the standard skin of this forum the background is white and it makes the text very hard to read.

Last edited by bakunin; 04-21-2008 at 01:23 PM.
Reply With Quote
Forum Sponsor