|
|
sybperl-l Archive
Up Prev Next
From: David White <dwhite at gr dot com>
Subject: Solaris 8 problems
Date: Apr 6 2000 9:43PM
Greetings,
Working upgrading our server and am having some problems with sybperl..
When doing the make test I get a ....
Have you heard any success with solaris 8?
Thanks in advance...
dwhite@gr.com
David White
PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib
-I/usr/perl5/5.0050
3/i86pc-solaris -I/usr/perl5/5.00503 -e 'use Test::Harness qw(&runtests
$verbose
); $verbose=0; runtests @ARGV;' t/*.t
t/ctlib.............
Open Client Message: (In msg_cb)
Message number: LAYER = (5) ORIGIN = (3) SEVERITY = (4) NUMBER = (3)
Message String: ct_connect(): network packet layer: internal net library
error:
Specified server name attribute could not be found
Can't call method "ct_execute" on an undefined value at t/ctlib.t line
52.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-30
Failed 29/30 tests, 3.33% okay
t/cursor............
Open Client Message:
Message number: LAYER = (5) ORIGIN = (3) SEVERITY = (4) NUMBER = (3)
Message String: ct_connect(): network packet layer: internal net library
error:
Specified server name attribute could not be found
not ok 2
-- The user id/password combination may be invalid.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-22
Failed 21/22 tests, 4.55% okay
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/ctlib.t 255 65280 30 29 96.67% 2-30
t/cursor.t 255 65280 22 21 95.45% 2-22
Failed 2/2 test scripts, 0.00% okay. 50/52 subtests failed, 3.85% okay.
*** Error code 2
make: Fatal error: Command failed for target `test_dynamic'
Current working directory /opt/sybperl-2.11/CTlib
*** Error code 1
make: Fatal error: Command failed for target `test'
|