|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at MBAY dot NET>
Subject: DBlib under Linux problem
Date: Oct 13 1998 11:44PM
Victor Sovetov writes:
> Hello!
>
> I have a strange problem.
> All compilations & tests was successful, but in execute time ... :
>
> [victor@hawk victor]$ perl
> use Sybase::DBlib;
> Can't locate loadable object for module Sybase::DBlib in @INC (@INC
> contains: /u
> sr/lib/perl5/5.00502/i586-linux-thread /usr/lib/perl5/5.00502
> /usr/lib/perl5/sit
> e_perl/5.005/i586-linux-thread /usr/lib/perl5/site_perl/5.005 .) at - line 1
> BEGIN failed--compilation aborted at - line 1.
> [victor@hawk victor]$
Looks like Sybase::DBlib is not installed correctly.
Perl is looking for DBlib.so in
/usr/lib/perl5/site_perl/5.005/i586-linux-thread/auto/Sybase/DBlib/DBlib.so
Check to see that it's there (CTlib.so should be in
.../CTlib/CTlib.so).
If it's not try to re-run make install...
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@mbay.net -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
|