But it was already using the fully qualified path, so does it matter if it's in LD_LIBRARY_PATH? In any event, I've added the code to set the LD_LIBRARY_PATH, which now includes the location of Oracle.so and everything that's in my login's LD_LIBRARY_PATH. (It's now printed at the top of the script.) The permissions already allow everyone to read and execute libclntsh.so, and I've now turned on execution for Oracle.so:
sales% ls -l /homedir/is/mjohnson/lib5/sun4-solaris/auto/DBD/Oracle/Or
+acle.so
-r-xr-xr-x 1 mjohnson is 130316 Feb 20 17:10 /homedir/is/mjoh
+nson/lib5/sun4-solaris/auto/DBD/Oracle/Oracle.so
sales% ls -l /oracle/lib/libclntsh*
lrwxrwxrwx 1 oracle dba 16 Aug 9 2002 /oracle/lib/libc
+lntsh.so -> libclntsh.so.9.0
-rwxr-xr-x 1 oracle dba 15202072 Aug 9 2002 /oracle/lib/lib
+clntsh.so.9.0
Is there some other permission that has to be set for nobody?
Is DynaLoader.pm (which I haven't found) the underlying problem?
Thanks for the responses...
Matt
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.