Skip to Main Content

Infrastructure Software

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to replace/update gcc files?

epipkoNov 30 2009 — edited Jan 4 2010
Hi all,
I am cloning EBS 11i.
I've patched Linux on my test box and now gcc version is out of sync with prod box's gcc version.

TEST SERVER
-------------------
#rpm -qa |grep gcc
gcc-3.4.6-11.0.1
gcc-g77-3.4.6-11.0.1
compat-gcc-32-c++-3.2.3-47.3
compat-gcc-32-3.2.3-47.3
gcc-java-3.4.6-11.0.1
libgcc-3.4.6-11.0.1
compat-libgcc-296-2.96-132.7.2
gcc-c++-3.4.6-11.0.1

PROD SERVER
-------------------
#rpm -qa |grep gcc
compat-libgcc-296-2.96-132.7.2
compat-gcc-32-c++-3.2.3-47.3
libgcc-3.4.6-10.0.1
gcc-g77-3.4.6-10.0.1
gcc-java-3.4.6-10.0.1
gcc-3.4.6-10.0.1
compat-gcc-32-3.2.3-47.3
gcc-c++-3.4.6-10.0.1


My clone failing and one of the threads pointed to the Note: 392311.1

--------------------------------------------------------------------------------
Solution
To implement the solution, please execute the following steps:

1.Similar issues were resolved by reducing the gcc version from 3.4.5 to 3.2.3
Please do remove the packages and reinstall the mentioned version as in NOTE 169706.1
Required packages:
compat-gcc-32-3.2.3-47.3
compat-gcc-32-c++-3.2.3-47.3

2.Retest the issue.
Packages found on the linux CDs, this should solve the issue.
--------------------------------------------------------------------------------

My question is: how exactly to do step number 1?
Do I copy rpms from the Linux CD and replace existing once?

Thanks,
Eugene
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 1 2010
Added on Nov 30 2009
4 comments
2,837 views