|
|
sybperl-l Archive
Up Prev Next
From: "Tiep Vo" <tiepvo at hotmail dot com>
Subject: Can't locate auto/Sybase/DBlib/dbcdm.al in sybperl-2.10
Date: Mar 11 1999 7:21PM
Hi,
I have just installed sybperl-2.10. The make test & make install
went well.
Here is my test script with just 4 lines using DBlib.
[1] #!/usr/local/bin/perl
[2] use Sybase::DBlib;
[3] $dbh = new Sybase::DBlib 'user', 'pwd, 'server', 'database';
[4] $dbh->dbcdm("select * from test\n");
At line [4] I get the following error:
Can't locate auto/Sybase/DBlib/dbcdm.al in @INC (@INC contains:
/usr/local/lib/perl5/5.00502/sun4-solaris /usr/local/lib/perl5/5.00502
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris
/usr/local/lib/perl5/site_perl/5.005 .) at test3.pl line 6
Anyone knows what to do?
Thanks,
Tiep
Get Your Private, Free Email at http://www.hotmail.com
|