I have tried and tried to compile DBD-DB2 and although the compile works
once the nolimit is remove, I am not able to connect.
I have tried:
1. Remove nolimit in Makefiles (would not compile unless this was
removed)
2. Changed flags to +O0 from +O2.
3. Added +DAportable.
I have done multiple combinations of #2 above but still get the
following error on connect:
DBI->connect(ISDEV) failed: Total Environment allocation failure! Did
you set up your DB2 client environment? at domain_ret.pl line 13
Here is the first connect line that I tried:
$dbh = DBI->connect("DBI:DB2:ISDEV",
{
RaiseError => 1,
AutoCommit => 0
}
);
Here is the second connect line tried:
$dbh = DBI->connect("DBI:DB2:ISDEV");
What am I doing wrong?
Thanks,
Craig A. Sharp
Unix Systems Administrator
DNS Administrator
Security Administrator
Roush Industries
Office: 734-466-6286
Cell: 734-231-6769
Fax: 734-466-6939
[EMAIL PROTECTED]
====================================================
I have not lost my mind, it's backed up on tape somewhere!
====================================================