Oracle Instant Client libraries wouldn't install

I tried installing Oracle libraries (main file is called "oracle-instantclient-basic-10.2.0.4-1.i386", SDK and SQL according to the manual Oracle provides here: http://download.oracle.com/docs/cd/B1930601/install.102/e12121/insttask.htm#CIHEJFGF

After files is unzipped, manual instructs to use "runInstaller" command out of the directory where files are placed but this command is not recognized which tells me that either command file is missing or command is spelled wrong in the manual.

If anybody has successfully installed Oracle Instant Client on OS X 10.6 from the official Oracle download, please help! Thanks in advance.

Xserve, Mac OS X (10.6.2)

Posted on Mar 23, 2010 11:52 AM

Reply
3 replies

Apr 7, 2010 11:33 AM in response to ndcentral

Ok - I ran an ugly hack (similar to what I did with Linux) and manually moved files to locations which Oracle considers default and which do not require environmental variables, as follows:

When in the directory where Oracle client files were unzipped, run these commands:

cp sdk/include/*.h /usr/include
cp sqlplus /usr/bin
cp lib /usr/lib

Also, to be able to install OCI8 PHP module, following symbolic link will need to be created:

A symbolic link will need to be created as follows:

cd /usr/lib
ln -s libclntsh.dylib.10.1 libclntsh.dylib

I then installed oci8 for PHP and DBD::oracle for Perl and ran some test files, they work. However, if somebody knows why libraries didn't install with the command, as manual instructs, please answer! Thanks in advance! 🙂

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Oracle Instant Client libraries wouldn't install

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.