It is basically looking for the DBI module. DBI is a database independent Perl 
interface to databases, much like ODBC in the M$ environment. It means that in the 
program you are trying to run there is a "use DBI;", but Perl can't find the source 
file DBI.pm in the list of directories. This probably means that DBI is not installed. 
You should be able to find it at search.cpan.org.

DBI by itself is usually not enough, because it is only the programming interface. 
You'll probably need a database specific driver as well. What type of database are you 
trying to access?

Regards
Marius

>>> "Sachin Mathur" <[EMAIL PROTECTED]> 29/08/2003 12:13:47 >>>
Any suggesstion for the following error.
 
Can't locate loadable object for module DBI in @INC (@INC contains: 
/opt/perl/ActivePerl-5.6//lib /opt/perl/ActivePerl-5.6//lib/site_perl 
/home/baalaji/proj1/ETA/auto/etafpgahw_test//scr/PerlLib/ 
/usr/local/lib/perl5/5.8.0/sun4-solaris /usr/local/lib/perl5/5.8.0 
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.0 
/usr/local/lib/perl5/site_perl .) at 
/home/baalaji/proj1/ETA/auto/etafpgahw_test//scr/PerlLib//DBI.pm line 255
BEGIN failed--compilation aborted at 
/home/baalaji/proj1/ETA/auto/etafpgahw_test//scr/PerlLib//DBI.pm line 255.
 
 
 
what is it looking for 
 
Regards
Sachin


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to