On Mon, Feb 25, 2002 at 01:39:16PM -0800, Wizard wrote:
> Help!
> Why on earth is this happening?

Your Wizardly powers have failed today [EMAIL PROTECTED]
I recommend rereading the DBI spell book.
Incantations like "perldoc DBI" may prove enlightening.

Tim.

> 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]
> 
> 

Reply via email to