Results 1 to 8 of 8
Hi,
I am trying to install Oracle 11g on Linux redhat 5 32 bit. ? Any website from where I can download these packages.
Thanks in advance....
- 03-11-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 14
New upgraded RPM for oracle 11g
Hi,
I am trying to install Oracle 11g on Linux redhat 5 32 bit. ? Any website from where I can download these packages.
Thanks in advance.
- 03-11-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You need to get Oracle installation files, including the RPM, from the Oracle web site.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-11-2011 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 14
this is my terminal screen
[root@MKtest untitled folder]# ls
e2fsprogs-devel-1.39-8.el5.i386.rpm
elfutils-0.125-3.el5.i386.rpm
elfutils-libelf-devel-0.125-3.el5.i386.rpm
elfutils-libs-0.125-3.el5.i386.rpm
gcc-4.1.1-52.el5.i386.rpm
gcc-c++-4.1.1-52.el5.i386.rpm
gcc-gnat-4.1.1-52.el5.i386.rpm
gcc-java-4.1.1-52.el5.i386.rpm
gcc-objc-4.1.1-52.el5.i386.rpm
gcc-objc++-4.1.1-52.el5.i386.rpm
glibc-devel-2.5-12.i386.rpm
glibc-headers-2.5-12.i386.rpm
gmp-devel-4.1.4-10.el5.i386.rpm
libgomp-4.1.1-52.el5.i386.rpm
libstdc++-devel-4.1.1-52.el5.i386.rpm
[root@MKtest untitled folder]# rpm -ivh glibc-headers-2.5-12.i386.rpm
warning: glibc-headers-2.5-12.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
glibc = 2.5-12 is needed by glibc-headers-2.5-12.i386
[root@MKtest untitled folder]# rpm -ivh glibc-devel-2.5-12.i386.rpm
warning: glibc-devel-2.5-12.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
glibc = 2.5-12 is needed by glibc-devel-2.5-12.i386
glibc-headers is needed by glibc-devel-2.5-12.i386
glibc-headers = 2.5-12 is needed by glibc-devel-2.5-12.i386
I have got glibc-devel-2.5-12.i386.rpm but still its askig for glibc = 2.5-12
Is it a different package? If it is from where can I get it , I was not able to find it on oracle site.
Any ideas ?
Thanks in advance
- 03-11-2011 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
First, DO NOT USE the rpm command to install on RHEL 5. Use the yum command instead, and don't install these from the RPM files unless you don't have a Red Hat subscription. If that is why you are using RPM, then I suggest you change your repositories to one of the RHEL clone distributions, such as CentOS.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-11-2011 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 14
Yeah I dont have RedHat Subscription, But still i need to install these packages on Redhat. Any other workaround?
I was able to install all the packages with RPM command on 64 bit. I dont understand why its mourning on 32 bit
- 03-11-2011 #6
Get a redhat subscription or change to a redhat clone as already mentioned.
It is a fact, that this is the redhat business modell.
You need/want redhat, you get a subscription. Full stop.You must always face the curtain with a bow.
- 03-11-2011 #7Just Joined!
- Join Date
- Dec 2010
- Posts
- 14
Thanks for your reply. I appreciate it.
but I am just curious why did it allow me to install packages with RPM in 64 bit? there was no such issue?
- 03-11-2011 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Try installing the glibc stuff in this order, glibc, glibc-headers, then glibc-devel.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
