|
|
|
|
| Install Oracle 9i on RHEL5/Centos5 |
|
Problem: I'm trying to install Oracle 9i on RHEL5/CentOS5 but runInstaller fails because of a missing glibc library.
|
Solution: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
|
|
|
|
|
|
This is free technical advice without any warranties.
Use at your own risk. Solutions offered may not apply to your particular problem at all.
Opinions and views expressed in the articles are the authors' personal
and may not necessarily reflect or coincide with those of Ano-Tech Computers.
We take no responsibility if anything bad happens from following any of
the intructions given. If you don't understand and accept this, please
contact us for personal assistance instead.
To read our full disclaimer, go
here.
We welcome anyone who is willing to contribute to this public knowledge base,
contact siteadmin@atc.no
if you have information you would like to share. The idea is not to replace
the commercial support sites, but to publish those hard-to-find
solutions you've found yourself looking for over and over again.
Show all articles