Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Application not "finding" libclntsh.so.10.1
Is your LD_LIBRARY_PATH set correctly ?
Stefan
On 4/28/07, John Darrah <darrah.john_at_gmail.com> wrote:
>
> Its a permissions thing, Oracle changed the permissions in 10g for some
> reason. There is a patch to change the permissions or you can run
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/nls
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/nls/data
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/sqlplus
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/sqlplus/mesg
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/oracore
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/oracore/zoneinfo
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/rdbms
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/rdbms/mesg
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/network
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/network/admin
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/network/names
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/nls
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/nls/data
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/bin/sqlplus
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/lib/*
> chmod o+xr /opt/apps/oracle/product/10.2.0.3/db/lib32/*
>
>
>
> On 4/27/07, Schauss, Peter <peter.schauss_at_ngc.com> wrote:
> >
> > My environment is an Oracle client 10.2.0.3 running on Linux
> > 2.6.9-42.Elsmp .
> >
> > We we try to run the Peregrine client we get:
> >
> > 10465 04/27/2007 05:54:14 Could not load shared library
> > ./sqoracle.oci10.so
> > 10465 04/27/2007 05:54:14 libclntsh.so.10.1: cannot open shared
> > object file: No such file or directory
> > 10465 04/27/2007 05:54:14 Could not load shared library
> > sqoracle.oci10.so
> > 10465 04/27/2007 05:54:14 libclntsh.so.10.1: cannot open shared
> > object file: No such file or directory
> > 10465 04/27/2007 05:54:14 sqoracle.oci10.so could not be loaded.
> > 10465 04/27/2007 05:54:14 If sqoracle.oci10.so is included in this SC
> > package,please check the path where it is loaded and set it correctly
> > 10465 04/27/2007 05:54:14 Error populating pointers to SQL functions
> >
> > I copied sqoracle.oci10.so to $ORACLE_HOME/lib. When I cd to this
> > directory and run
> > ldd sqoracle.oci10.so, I get:
> >
> > linux-gate.so.1 => (0xffffe000)
> > libclntsh.so.10.1 => not found
> > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7fc2000)
> > libc.so.6 => /lib/tls/libc.so.6 (0xf7e97000)
> > /lib/ld-linux.so.2 (0x56555000)
> >
> > Any ideas what is going on here?
> >
> > Thanks,
> > Peter Schauss
> >
> > --
> > http://www.freelists.org/webpage/oracle-l
> >
> >
> >
>
-- ========================= Stefan P Knecht Consultant Infrastructure Managed Services Trivadis AG Europa-Strasse 5 CH-8152 Glattbrugg Phone +41-44-808 70 20 Fax +41-808 70 12 Mobile +41-79-571 36 27 stefan.knecht_at_trivadis.com http://www.trivadis.com ========================= -- http://www.freelists.org/webpage/oracle-lReceived on Sun Apr 29 2007 - 08:23:24 CDT
![]() |
![]() |