Hello all and happy new year
Having a fun issue with moving some scripts to a new server. On the old Solaris 8 with full fat Oracle 8 client and Perl 5.8 scripts run nicely under cron, generating output and working well.
On the new Solaris 10 with instant client 10_2 and Perl 5.12 the scripts work under shell but under cron fail with error finding libraries. (As others have found.)
Put a new script that fails on new server to old server and it works under cron, same script, no changes.
So this is not likely to be a pure Perl issue but maybe someone here has some ideas.
Update :
OK the error seen is that the library libnnz10.so isn't found. I left this out initially because then I'd just get told about LD_LIBRARY_PATH and similar. These have been written up in the past and I am aware of it. I was after seeing if folk know why I get such an error with the Instant Client but not the older full client install.
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.