Help!
Why on earth is this happening? The DBI install and the DBD::XBase install
passed all tests during the installation.
==CONFIG========
Perl 5.6.1, both ActiveState on Win2k and regular build on RedHat7
DBD::XBase v0.210
DBI v1.21
==CODE=========
#!/usr/bin/perl -w
use DBI;
use strict;
my $dsn = 'DBI::XBase:../htdocs/tmp/data';
my $dbh = new DBI->connect( $dsn )
or die "Couldn't connect to database: " . DBI->errstr;
$dbh->disconnect();
==ERRORS===========
Can't locate auto/DBI/new.al in @INC (@INC contains: <list of @INC>)
at ./xbasetest.pl line 6
++++++++++++++++++++++++++++++++++++++++
Grant M.
[EMAIL PROTECTED]