|
|
sybperl-l Archive
Up Prev Next
From: "Luke J dot Sheneman" <luke dot sheneman at bglobal dot com>
Subject: Problems with SybPerl2.03 under HPUX
Date: Mar 7 1996 7:14PM
I am having difficulty with compiling and running SybPerl under HPUX 9.05
on an HP9000 s715/50. I built, tested, and installed perl5.002gamma without
difficulty using the ANSI HP C compiler. I compiled Perl5.002gamma without
dynamic loading enabled.
I compiled a static version of SybPerl-2.03 under the same circumstances
on the same machine. The compilation succeeded without difficulties.
However, when performing a "make test", I receive the messages shown
below. Any help would be appreciated. Please mail any corresponde
luke.sheneman@bglobal.com. Thank you.
make[1]: Entering directory `/builds/sybperl-2.03/CTlib'
PERL_DL_NONLAZY=1 ./../perl/ -I../blib/arch/ -I../blib/lib/ -I/opt/local/lib/perl5/PA-RISC1.1/5.002 -I/opt/local/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/ctlib.............Subroutine Sybase::CTlib::CS_ROW_RESULT redefined at (eval 2) line 1.
Subroutine Sybase::CTlib::CS_PARAM_RESULT redefined at (eval 3) line 1.
Subroutine Sybase::CTlib::CS_STATUS_RESULT redefined at (eval 4) line 1.
Subroutine Sybase::CTlib::CS_CURSOR_RESULT redefined at (eval 5) line 1.
Subroutine Sybase::CTlib::CS_COMPUTE_RESULT redefined at (eval 6) line 1.
Open Client Message: (In msg_cb)
Message number: LAYER = (5) ORIGIN = (3) SEVERITY = (4) NUMBER = (8)
Message String: ct_connect(): network packet layer: internal net library error: Could not find addressing dictionary
Operating System Error: Operating System Error - 1073868684
Subroutine Sybase::CTlib::CS_SUCCEED redefined at (eval 10) line 1.
ct_connect failed at t/ctlib.t line 43.
Can't call method "ct_execute" without a package or object reference at t/ctlib.t line 49.
FAILED tests 2-30
Failed 29/30 tests, 3.33% okay
Test returned status 255 (wstat 65280)
Failed 1 test script, 0.00% okay. 29/30 subtests failed, 3.33% okay.
make[1]: *** [test_static] Error 2
make[1]: Leaving directory `/builds/sybperl-2.03/CTlib'
make: *** [test] Error 2
|