|
|
sybperl-l Archive
Up Prev Next
From: tcammell at dataaction dot com dot au
Subject: sybase 12 libs on HP-UX
Date: Aug 11 2000 9:37AM
Hi all,
I've been using Sybperl on HP-UX and it runs fine using Sybase 11.0.3 and 11.9.3
libs, but it fails when using the Syb 12 libs. So, I've tried rebuilding (using
gcc) Sybperl 2.12 on the Sybase 12 libraries, but I get the test output as
below. Rebuilding the same using the 11.9.3 libs works fine. Can anyone help,
please?
thanks,
Terence
pphoenix:tcammell$ make test
PERL_DL_NONLAZY=1 /opt/perl5/bin/perl -I../blib/arch -I../blib/lib
-I/opt/perl5/lib/5.00503/PA-RISC1.1 -I/opt/perl5/lib/5.00503 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/bcp.............../usr/lib/dld.sl: Unresolved symbol: _DINFINITY (data) from
/opt/sybase/1200/OCS-12_0/lib/libsybdb.sl
Can't load '../blib/arch/auto/Sybase/DBlib/DBlib.sl' for module Sybase::DBlib:
No such file or directory at /opt/perl5/lib/5.00503/PA-RISC1.1/DynaLoader.pm
line 169.
at ../blib/lib/Sybase/BCP.pm line 278
BEGIN failed--compilation aborted at ../blib/lib/Sybase/BCP.pm line 278.
BEGIN failed--compilation aborted at t/bcp.t line 14.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-9
Failed 9/9 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/bcp.t 2 512 9 9 100.00% 1-9
Failed 1/1 test scripts, 0.00% okay. 9/9 subtests failed, 0.00% okay.
*** Error exit code 2
Stop.
*** Error exit code 1
Stop.
-------------------------------------------------------------------------------
Terence Cammell
Data Action Pty Ltd.
Phone: +61 (08) 8201 1099
Fax: +61 (08) 8373 2410
Email: tcammell@dataaction.com.au
--------------------------------------------------------------------------------
Disclaimer:
Confidentiality:
This message contains privileged and/or confidential information
intended only for the use of the addressee named above.
If you are not the intended recipient of this message you are hereby
notified that you must not disseminate, re-transmit, copy or take any
action in reliance on it. If you have received this message in error
please delete the document and notify DataAction immediately.
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be the
views of DataAction.
Viruses:
Any loss/damage incurred by using this material is not the sender's
responsibility. DataActions' entire liability will be limited to resupplying
the material. No warranty is made that this material is free from computer
virus or any other defect.
_____________________________________________________________________________________________________
|