Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

oracle search

Wednesday, July 9, 2008

Things I faced during installing apps (11.5.10.2) on IBM AIX 5.3

Direct to the point, the issues are
Installation Type was TEST on a Single Node with multi-users.

1- On the check system utilities the error was 'cc' not found.
The Solution was to create a symbolic link from gcc to cc
ln –s /usr/bin/gcc /usr/bin/cc
2- On the system utilities the following error
VisualAge C++ V6.0 or IBM XL C/C++ Enterprise Edition V7.0 compiler must be installed.
The Solution was based on note (282036.1) is to install the compiler, with no license requirement from:
http://www-1.ibm.com/support/docview.wss?uid=swg24009788

3- RW-50010: Error: - script has returned an error: 1
RW-50004: Error code received when running external process
And on the make.log the following error
(ld: 0706-006 Cannot find or open library file: -l m)
The solution was to install the following packages on the OS
-bos.adt.libm and bos.adt.base

4- RW-20001: Error. Unzip failed insufficient disk space
The Solution was based on note (340403.1) is to Set the soft limit for fsize to unlimited, as shown below:fsize = -1


Fadi Hsweh

No comments: