I've done the SuperSearch, and the reg'lar Google thing, but nothing hss clicked,as of yet. I'm hoping this will get the ball rolling, so to speak.
BEGIN {
$ENV{ORACLE_HOME}="/export/home/riedward/oraclient";
$ENV{TNS_ADMIN}="/export/home/riedward/oraclient";
$ENV{NLS_LANG}="";
$ENV{LD_LIBRARY_PATH}="/lib:/usr/lib:/export/home/riedward/oraclient/s
+dk:/export/home/riedward/oraclient";
$ENV{PATH}="/usr/bin:/usr/sbin:/usr/lib:/export/home/riedward/oraclien
+t";
$ENV{PERL_LOCAL_LIB_ROOT}="/export/home/riedward/perl5";
$ENV{PERL_MB_OPT}="--install_base /export/home/riedward/perl5";
$ENV{PERL_MM_OPT}="INSTALL_BASE=/export/home/riedward/perl5";
$ENV{PERL5LIB}="/export/home/riedward/perlmodules:/export/home/riedwar
+d/perl5/lib/perl5/sun4-solaris-64int:/export/home/riedward/perl5/lib/
+perl5";
}
use DBI;
use DBD::Oracle;
If I set each of the listed env vars in my .profile, all is well. If I don't, and only set them in my script, then I get the dreaded DBD::Oracle error:
Can't load '/export/home/riedward/perlmodules/sun4-solaris-64int/auto/
+DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: perl: fatal: l
+ibclntsh.so.10.1: open failed: No such file or directory at /usr/perl
+5/5.8.4/lib/sun4-solaris-64int/DynaLoader.pm line 230.
I've been messing with this for a while now, so the paths may be a bit convoluted.
Any insights are worth beer....
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
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.
|
|