ImportError: libclntsh.so.10.1: cannot open shared object file: Permission denied

Bill Scherer bill.scherer at verizonwireless.com
Thu Jul 20 15:28:05 EDT 2006


gmax2006 wrote:

>Hi,
>
>I am using RedHat Linux 4. and I developed an oracle 10g based
>application by using cx_Oracle (cx_Oracle-4.1-10g-py23-1.i386.rpm) and
>Python 2.3.4.
>
>When I run the application through direct console connection, It works
>perfect.
>
>But, when I schedule a crontab job to run the application, It logs this
>error:
>
>Traceback (most recent call last):
>  File "/home/nsm1/NSM1/NSM1.py", line 5, in ?
>    import cx_Oracle
>ImportError: libclntsh.so.10.1: cannot open shared object file:
>Permission denied
>
>  
>
Did you check the permissions of libclntsh.so.*?

>How can I fix the problem?
>
>Any help would be appreciated,
>Max
>
>BTW:
>
>I have the following settings in my /etc/profile file:
>
>#-------------------------------------------
>ORACLE_BASE=/home/oracle/oracle/product
>ORACLE_HOME=$ORACLE_BASE/10.2.0/db_1
>LD_LIBRARY_PATH=$ORACLE_HOME/lib
>PATH=$PATH:$ORACLE_HOME/bin
>ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
>export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH PATH
>#-------------------------------------------
>
>  
>



More information about the Python-list mailing list