Re: [cx-oracle-users] ImportError: libclntsh.so.10.1: cannot open shared object file: Permission de
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2007-07-26 07:03:19
|
Anthony Tuininga wrote: > If the crontab scheduled job is running as the same user as the user > you login to on the terminal then I have no idea what might be going > on. Anyone else? try running strace yourprog... in the cron job. You will get lots of verbose output, but you might get a better notion as to exactly where the .so load is failing. For example, you might have a .profile that sets your LD_LIBRARY_PATH properly for interactive use, but you might be hitting some other .so when running non-interactively. HTH, Mark -- Mark Harrison Pixar Animation Studios |