UPDATE:
Thanks Joost, it was actually a typo in the
$ENV{'DB2INSTANCE'} = '...';
Problem solved.
I am able to establish a DBD::DB2 (version 0.78) connection to a remote DB2 server through a command line script running as a normal user, but when i try to connect thru a CGI script (apache2, RedHat enterprise 3ES) running as nobody, i get the following error in the apache log.
DBI connect(...) failed: Total Environment allocation failure! Did you set up your DB2 client environment? at <scriptname line X>...
No clue whats happening. Anybody see anything like this?
note: I dont ever use DB2, i just need to get some data out of a vendor system, and then its back to MySQL land (where things make sense to me)
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.