Skrevet av Emne: Install Oracle 9i on RHEL5/Centos5  (Lest 4871 ganger)

ATC

  • Gjest
Install Oracle 9i on RHEL5/Centos5
« på: 14. Mai 2010, 12:09 pm »
  • [applaud]0
  • [smite]0
  • I'm trying to install Oracle 9i on RHEL5/CentOS5 but runInstaller fails because of a missing glibc library.



    ATC

    • Gjest
    [Solved] Install Oracle 9i on RHEL5/Centos5
    « Svar #1 på: 14. Mai 2010, 12:09 pm »
  • [applaud]0
  • [smite]0
  • Oracle 9i is not officially supported on RHEL 5 or CentOS 5, consider upgrading to 10g or downgrading to RHEL 4 or Centos 4.

    Unofficially, there's a simple workaround. Apart from the usual install procedure, execute the following before you start runInstall:

    # rpm -ivh compat-libcwait-2.1-1.i386.rpm
    # rpm -ivh compat-oracle-rhel4-1.0-5.i386.rpm --nodeps
    # cd /usr/lib
    # ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2
    # cd /usr/bin
    # ln -s gcc34 gcc32

    Notice the --nodeps clause, the unresolved dependencies should be harmless as long as you've installed all the packages mentioned in the installation guide. Notably, the xorg-x11-deprecated-libs packages are no longer needed nor available.

    For more info, see:
    http://forums.oracle.com/forums/thread.jspa?threadID=662261




    Utlogget Floyd-ATC

    • Livstidsdiktator
    • Administrator
    • Guru
    • *****
    • Innlegg: 542
    • Karma: +12/-0
      • MSN Messenger - floyd@atc.no
      • Vis profil
      • floyd.atc.no
      • E-post
    Sv: Install Oracle 9i on RHEL5/Centos5
    « Svar #2 på: 18. Mai 2010, 10:41 am »
  • [applaud]0
  • [smite]0
  • Installing Oracle9i on RHEL5/CentOS5 is unsupported by Oracle and will lead to many more problems down the road. Upgrade to Oracle 10g if you can, otherwise stick with RHEL4/CentOS4.


    -Floyd.

    --
    Det finnes 10 typer mennesker;
    de som forstår binærtall, de som ikke gjør det, og de som forstår Grey code.