Results 1 to 2 of 2
I am trying to install oracle 11g r2 on rhel5,but i dont have the specific required packages in the linux cd that supports installation
such as
# glibc-2.5-24
# glibc-common-2.5-12
...
- 12-02-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 2
Error in installing requred packages for 11gr2 on rhel 5
I am trying to install oracle 11g r2 on rhel5,but i dont have the specific required packages in the linux cd that supports installation
such as
# glibc-2.5-24
# glibc-common-2.5-12
# ksh-20060214-1.7
# libaio-0.3.106
# libgcc-4.1.2-42.el5
# libstdc++-4.1.2-42
where can i get those .rpm files
without fixing this problen i am not able to move furthur...
- 12-02-2010 #2
All these packages are available via the RedHatNetwork standard repository.
Most of them should already be installed on your system.
You can check that with:
If a package is missing, install it withCode:rpm -qa | egrep '(ksh|libaio|libgcc|libstdc++|glibc)'
If your system is up to date, then you might have slightly newer release numbers.Code:yum install <PACKAGENAME>
But still the same version, so Oracle should work.You must always face the curtain with a bow.


Reply With Quote