|
|
sybperl-l Archive
Up Prev Next
From: "Len Borowski Jr dot " <len at HCIRISC dot CS dot BINGHAMTON dot EDU>
Subject: Re: Problem with sybperl compile
Date: Oct 4 1998 11:21PM
> > make test:
> >
> > ....
> > > make[1]: Leaving directory `/usr/local/sybperl'
> > > make[1]: Entering directory `/usr/local/sybperl/BCP'
> > > PERL_DL_NONLAZY=1 ./../perl -I../blib/arch -I../blib/lib
> > > -I/usr/local/lib/perl5/5.00502/i686-linux -I/usr/local/lib/perl5/5.00502
> > > -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests
> > > @ARGV;' t/*.t
> > > t/bcp...............Can't call method "sql" on an undefined value at
> > > t/bcp.t line 47.
>
> This is exceedingly strange, because Sybase::BCP is a pure perl module
> which runs on top of Sybase::DBlib. If Sybase::DBlib works there is no
> real reason why Sybase::BCP should fail...
>
> Does Sybase::DBlib work correctly?
I had a similar problem until I ran sybinit and configured the open
client/server product(option 4). Hope this helps.
-Len
|