Okay, so I’m trying to install the 32 bit client so that my enterprise server (yes, database and logic combo) can connect to the database with 32 bit binaries (OCI).
The prerequisite checker fails for missing i386 gcc libs. I tried a load of these, but failed:
yum install “libstdc++-devel-4.1.2 (i386")” etc etc.
The found the same problem, exactly https://forums.oracle.com/forums/thread.jspa?messageID=10054870
Then
used “./runInstaller –ignorePrereq”
This then worked like a treat. Note that you need to install it in a different location to your server binaries / server home.
No comments:
Post a Comment