I have successfully installed Oracle 8.1.7.0.1 on RedHat Linux 7.1 about 4 times now, and it works just fine. However, I upgraded to RH 7.3 and I get so far with the Oracle install - when I apply the setup_stubs.sh patch, my svrmgrl binary in the $ORACLE_HOME/bin directory dissapears even though the output messages are OK - I am then left only with svrmgrl0...this applies to other files as well, wrap0, sqlplus0 etc.
I have loaded the 4 libraries to make Oracle compatible with RH 6.2, but this is the first time the patch has failed to produce an updated svrmgrl binary (works fine on RH 7.1). I have edited by .bash_profile just like every other time, so I do not know what is wrong :((
Does anyone have any ideas on this one? It is very weird.
it's a problem with the glibc library. You may also want to check the version of gcc installed on your system as the oracle install is looking for gcc 2.95 and you may have 2.96 installed. (I had something like this on Suse 8.0).
This link describes the install and possible problems you may encounter:
I don't think any version of Oracle is certified for RedHat 7.3. This means you won't get support from Oracle. I would advise against this configuration if you want a supported production server.
Bookmarks