Find the answer to your Linux question:
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 ...
  1. #1
    Just 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...

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    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:
    Code:
    rpm -qa | egrep '(ksh|libaio|libgcc|libstdc++|glibc)'
    If a package is missing, install it with
    Code:
    yum install <PACKAGENAME>
    If your system is up to date, then you might have slightly newer release numbers.
    But still the same version, so Oracle should work.
    You must always face the curtain with a bow.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...