|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Installation on Solaris 2.5.1
Date: Apr 9 1999 7:54PM
Herring, Nathan A writes:
> Hello all-
>
> I am new to Sybperl and am trying to install it on a Sun Ultra1. By
> following the instructions I have gotten to the 'make test'. However the
> make test errors and stops, here is selected output from the 'make test':
>
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> make[1]: Leaving directory `/orac2/sybperl-2.09_05/CTlib'
> make[1]: Entering directory `/orac2/sybperl-2.09_05/DBlib'
> PERL_DL_NONLAZY=1 /net/bigdog/usr/local/bin/perl -I../blib/arch
> -I../blib/lib -I/usr/local/lib/perl5/5.00501/sun4-solaris
> -I/usr/local/lib/perl5/5.00501 -e 'use Test::Harness qw(&runtests $verbose);
> $verbose=0; runtests @ARGV;' t/*.t
> t/dblib.............Can't call method "dbsqlok" on an undefined value at
THis is a bug with recent EBFs of Sybase OpenClient library.
You can edit DBlib/t/dblib.t and change the dbpoll(-1) call to
dbpoll(100000000) and it should clear the situation.
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|