Howdy: I'm trying to install the DBIx-Connect-1.7 on RedHat Linux 7.2. My goal is to connect to DB2 on MVS / 390 (which is running DB2 6.1.x).
When I try to run the 'make test', I get the following error: [snip error] PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 test.pl 1..1 environmental variable DBIX_CONN not defined at blib/lib/DBIx/Connect.pm line 40. Compilation failed in require at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11. make: *** [test_dynamic] Error 255 [/snip error] So, I'm at a lost: * how / where do I setup the DBIX_CONN environment? * what, exactly should I have when I do the install? Thanks! -X