Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

xlc file Required for Oracle Product Installation on AIX 6.1

755639Jul 10 2012 — edited Jul 10 2012
Hi All,

I am trying to install Oracle 11g Forms & Reports on AIX 6.1 [TL12].

I have installed JDK and Weblogic Server without any Errors.

When we reach 93% on software Alone installation with 11g Forms & Reports, we got some error
ERROR IN INVOKING TARGET 'RELINK' OF MAKEFILE '///INS_PRECOMP.mk'
We raised a SR for this Error, Oracle Support given one solution to follow.

>
Yes, there is a known issue with AIX OS.

Before starting the Oracle Fusion Middleware 11g Classic installation on IBM AIX, check for "xlc" availability on the system. It should be present either under /usr/bin/ or under >/usr/vac/bin directory.
If /usr/vac/bin/xlc is present, create the following symlink as root user:

# ln -s /usr/vac/bin/xlc /usr/local/bin/xlc

If /usr/bin/xlc is present, create the following symlink as root user:

# ln -s /usr/bin/xlc /usr/local/bin/xlc

Please clean up the failed install and start new install once you follow the above steps and let me know the results.
But Unfortunately in our AIX 6.1 Box we dont have any 'XLC', in any of the folder in entire file system.

What is this XLC ?? if that is not available how to create the SYMLINK ?

Kindly Some one Advice me.


Regards,
Paja
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2012
Added on Jul 10 2012
1 comment
403 views