Re: [cx-oracle-users] CentOS 5, Oracle 11g RPM Binary install - libclntsh.so.11.1:
Brought to you by:
atuining
From: Jeff M. <je...@te...> - 2012-09-12 16:34:52
|
On 2012-09-11, at 7:19 PM, James C. McPherson <Jam...@or...> wrote: > On 12/09/12 05:54 AM, Jeff MacDonald wrote: >> Hi, >> >> I have a fully functional Oracle 11g server install. Its a 32bit machine running CentOS 5.8 > ... >> [jmacdonald@devoracle python]$ cat env.sh >> ORACLE_BASE=/u01/app/oracle >> ORACLE_SID=orcl >> ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/dbhome_1 >> PATH=$PATH:$ORACLE_HOME/bin >> LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0.3/dbhome_1/lib/ >> export ORACLE_BASE ORACLE_SID ORACLE_HOME PATH LD_LIBRARY_PATH >> >> Then when I run my teeny tiny testing script, I get the following: > ... >> I'm kinda stuck. Any suggestions? > > I think you need to have a copy of the lib in your ORACLE_HOME > as well as in $ORACLE_HOME/lib. That's the config I've got, which > appears to have been created by the instant client installer > (based on the timestamps). Copying libclntsh.so.11.1 to the $ORACLE_HOME worked. Thanks! jeff. > > > James C. McPherson > -- > Oracle > http://www.jmcpdotcom.com/blog |