|
|
sybperl-l Archive
Up Prev Next
From: Bill dot Morrow at metso dot com
Subject: make test of dblib failing sybperl 2.13 / perl 5.6.1 on OSF 4.0,
Sybase 10.0.4 library ASE 11.9.2
Date: Jun 7 2001 10:05PM
make test of dblib is failing. I have
EXTRA_LIBS= -lsdna -ldnet_stub
in CONFIG, and set LD_LIBRARY_PATH to $SYBASE/lib
The BCP and ctlib test pass successfully, here is some error output
once it hits dblib:
...
All tests successful.
Files=2, Tests=52, 0 wallclock secs ( 0.25 cusr + 0.03 csys = 0.28
CPU)
gmake[1]: Leaving directory
`/usr/local/ksp/users/billm/sybperl-2.13/CTlib'
gmake[1]: Entering directory
`/usr/local/ksp/users/billm/sybperl-2.13/DBlib'
PERL_DL_NONLAZY=1 /usr/ucb/perl -I../blib/arch -I../blib/lib
-I/usr/local/ksp/ALPHA/system/lib/perl5/5.6.1/alpha-dec_osf
-I/usr/local/ksp/ALPHA/system/lib/perl5/5.6.1 -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/dblib.............Sybase error: Read from SQL Server failed.
OS Error: Bad file number
Use of uninitialized value in concatenation (.) or string at t/dblib.t line 131.
Use of uninitialized value in numeric ne (!=) at t/dblib.t line 128.
Sybase error: Read from SQL Server failed.
OS Error: Invalid argument
Use of uninitialized value in concatenation (.) or string at t/dblib.t line 131.
Use of uninitialized value in numeric ne (!=) at t/dblib.t line 128.
Sybase error: Read from SQL Server failed.
OS Error: Invalid argument
thanks for any help,
Bill
|