Found an email archived where someone added "require "/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI/DBD.pm"; to fix the problem but it didn't solve my problem. Looks it's looking for "Undefined subroutine &DBI::dr::default_user at DBI.pm line 567 and Undefined subroutine &DBI::dr::disconnect_all in DBI.pm line 653
----- Original Message ----- From: jmulkerin To: [EMAIL PROTECTED] Sent: Sunday, September 28, 2003 10:01 AM Subject: DBI udefined subroutine in perlcc I compiled my perl dbi program with perlcc using "perlcc lnbill.pl -o testbill -v -l build.log" and then tried to run the testbill probgram. I get "Undefined subroutine &DBI::dr::default_user called at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI.pm line 567" The original program lnbill.pl runs fine with a "perl lnbill.pl. Can anyone help? Thanks. John
