|
|
sybperl-l Archive
Up Prev Next
From: "Luke J dot Sheneman" <luke dot sheneman at bglobal dot com>
Subject: Problems with SybPerl-2.03 under HPUX
Date: Mar 7 1996 12:40AM
I am having difficulty building SybPerl-2.03 under HPUX 9.05 on an
HP 715/50. I would be most appreciative of any help that you can
afford. I build perl-5.002gamma w/o dynamic loading, and I am
building SybPerl with dynamic loading turned off.
When I perform a make test, I get the following on stderr:
adm_sf35> make test
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.
(): 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 1 test script, 0.00% okay. 29/30 subtests failed, 3.33% okay.
make[1]: *** [test_static] Error 2
make: *** [test] Error 2
|