Hello List,

My problem is that i have a 32 bit version of ASE/
OpenClient, but as it is running on 64bit Linux, Perl is installed in 64 bit mode.

# uname -a
Linux 2.6.18-398.el5xen #1 SMP Tue Sep 16 21:31:50 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux

# perl -v
This is perl, v5.8.8 built for x86_64-linux-thread-multi

# Sybase ASE 15.0  32 bit $SYBASE /opt/sybase/ase-15

I have downloaded ASE 15.7 64bit
and exported $SYBASE with the path to the 64bit OCS folder.

first i tested with isql if the connection parameters in PWD-File are oK.
then i started to build DBD::SYBASE
and the make test, resulted in a lot of errors

Please see attached log file

i hope that someone here can help me, as i saw that the sybperl - peppler list is not active..

thanks in advance
Uwe

root@chspeedytst: /archiv/DBD-Sybase-1.15 >> perl Makefile.PL
Sybase OpenClient 15.7 found.

By default DBD::Sybase 1.05 and later use the 'CHAINED' mode (where available)
when 'AutoCommit' is turned off. Versions 1.04 and older instead managed
the transactions explicitly with a 'BEGIN TRAN' before the first DML
statement. Using the 'CHAINED' mode is preferable as it is the way that
Sybase implements AutoCommit handling for both its ODBC and JDBC drivers.

Use 'CHAINED' mode by default (Y/N) [Y]:

Running in threaded mode - looking for _r libraries...

***NOTE***
There is an incompatibility between perl (5.8.x or later) built in threaded
mode and Sybase's threaded libraries, which means that signals delivered to
the perl process result in a segment violation.

I suggest building DBD::Sybase with the normal libraries in this case to get
reasonable behavior for signal handling.

Use the threaded (lib..._r) libraries [N]:

OK - I'll use the normal libs

Running in 64bit mode - looking for '64' libraries...
Found -lsybct64 for -lsybct
Found -lsybcs64 for -lsybcs
Found -lsybtcl64 for -lsybtcl
Found -lsybcomn64 for -lsybcomn
Found -lsybintl64 for -lsybintl
Found -lsybblk64 for -lsybblk
BLK api available - found: sybblk64
The DBD::Sybase module need access to a Sybase server to run the tests.
To clear an entry please enter 'undef'
Sybase server to use (default: SYBASE): speedy
User ID to log in to Sybase (default: sa):
Password (default: undef): speedy

Sybase database to use on speedy (default: undef): MainDB

* Writing login information, including password, to file PWD.

Checking if your kit is complete...
Looks good
Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
Writing Makefile for DBD::Sybase
root@chspeedytst: /archiv/DBD-Sybase-1.15 >> make
cp dbd-sybase.pod blib/lib/DBD/dbd-sybase.pod
cp Sybase.pm blib/lib/DBD/Sybase.pm
/usr/bin/perl -p -e "s/~DRIVER~/Sybase/g" 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/Driver.xst
 > Sybase.xsi
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap 
/usr/lib/perl5/5.8.8/ExtUtils/typemap  Sybase.xs > Sybase.xsc && mv Sybase.xsc 
Sybase.c
gcc -c  -I/archiv/OCS-15_0/include -DSYB_LP64 
-I/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI 
-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.15\" 
-DXS_VERSION=\"1.15\" -fPIC 
"-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"   Sybase.c
Sybase.c: In function ‘XS_DBD__Sybase__db__isdead’:
Sybase.c:103: warning: unused variable ‘ix’
Sybase.c: In function ‘XS_DBD__Sybase__db__date_fmt’:
Sybase.c:121: warning: unused variable ‘ix’
Sybase.xs: In function ‘XS_DBD__Sybase__db_ping’:
Sybase.xs:83: warning: implicit declaration of function ‘syb_ping’
Sybase.xs: In function ‘XS_DBD__Sybase__st_cancel’:
Sybase.xs:95: warning: implicit declaration of function ‘syb_st_cancel’
Sybase.c:157: warning: unused variable ‘ix’
Sybase.c: In function ‘XS_DBD__Sybase__st_ct_get_data’:
Sybase.c:175: warning: unused variable ‘ix’
Sybase.c: In function ‘XS_DBD__Sybase__st_ct_data_info’:
Sybase.c:205: warning: unused variable ‘ix’
Sybase.c: In function ‘XS_DBD__Sybase__st_ct_send_data’:
Sybase.c:240: warning: unused variable ‘ix’
Sybase.c: In function ‘XS_DBD__Sybase__st_ct_prepare_send’:
Sybase.c:260: warning: unused variable ‘ix’
Sybase.c: In function ‘XS_DBD__Sybase__st_ct_finish_send’:
Sybase.c:278: warning: unused variable ‘ix’
Sybase.c: In function ‘XS_DBD__Sybase__st_ct_data_info’:
Sybase.xs:123: warning: ‘sybaction’ may be used uninitialized in this 
function
gcc -c  -I/archiv/OCS-15_0/include -DSYB_LP64 
-I/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI 
-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.15\" 
-DXS_VERSION=\"1.15\" -fPIC 
"-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"   dbdimp.c
dbdimp.c: In function ‘clientmsg_cb’:
dbdimp.c:294: warning: value computed is not used
dbdimp.c:315: warning: format ‘%ld’ expects type ‘long int’, but 
argument 5 has type ‘CS_MSGNUM’
dbdimp.c:315: warning: format ‘%ld’ expects type ‘long int’, but 
argument 6 has type ‘CS_MSGNUM’
dbdimp.c:318: warning: format ‘%ld’ expects type ‘long int’, but 
argument 5 has type ‘CS_MSGNUM’
dbdimp.c:318: warning: format ‘%ld’ expects type ‘long int’, but 
argument 6 has type ‘CS_MSGNUM’
dbdimp.c: In function ‘servermsg_cb’:
dbdimp.c:502: warning: value computed is not used
dbdimp.c:539: warning: format ‘%ld’ expects type ‘long int’, but 
argument 5 has type ‘CS_MSGNUM’
dbdimp.c:539: warning: format ‘%ld’ expects type ‘long int’, but 
argument 6 has type ‘CS_INT’
dbdimp.c:542: warning: format ‘%ld’ expects type ‘long int’, but 
argument 5 has type ‘CS_INT’
dbdimp.c:542: warning: format ‘%ld’ expects type ‘long int’, but 
argument 6 has type ‘CS_INT’
dbdimp.c: In function ‘syb_init’:
dbdimp.c:830: warning: suggest parentheses around assignment used as truth value
dbdimp.c: In function ‘get_server_version’:
dbdimp.c:1657: warning: unused variable ‘db’
dbdimp.c: In function ‘syb_db_opentran’:
dbdimp.c:2045: warning: format ‘%x’ expects type ‘unsigned int’, but 
argument 5 has type ‘struct imp_dbh_t *’
dbdimp.c: In function ‘syb_db_disconnect’:
dbdimp.c:2084: warning: suggest parentheses around assignment used as truth 
value
dbdimp.c: In function ‘dbd_preparse’:
dbdimp.c:2618: warning: unused variable ‘STATES’
dbdimp.c: In function ‘_convert’:
dbdimp.c:3487: warning: suggest parentheses around && within ||
dbdimp.c: In function ‘syb_st_fetch’:
dbdimp.c:4123: warning: pointer targets in initialization differ in signedness
dbdimp.c: In function ‘syb_ct_send_data’:
dbdimp.c:4624: warning: unused variable ‘imp_dbh’
dbdimp.c: In function ‘syb_bind_ph’:
dbdimp.c:5384: warning: operation on ‘lna’ may be undefined
dbdimp.c: In function ‘fetch_data’:
dbdimp.c:5524: warning: format ‘%ld’ expects type ‘long int’, but 
argument 5 has type ‘CS_INT’
dbdimp.c: At top level:
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/patchlevel.h:122: 
warning: ‘local_patches’ defined but not used
dbdimp.c:183: warning: ‘cslibmsg_cb’ defined but not used
dbdimp.c:3972: warning: ‘fix_fbav’ defined but not used
dbdimp.c: In function ‘syb_st_prepare’:
dbdimp.c:2629: warning: ‘pos’ may be used uninitialized in this function
Running Mkbootstrap for DBD::Sybase ()
chmod 644 Sybase.bs
rm -f blib/arch/auto/DBD/Sybase/Sybase.so
gcc  -L/archiv/OCS-15_0/lib -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
Sybase.o dbdimp.o  -o blib/arch/auto/DBD/Sybase/Sybase.so     \
           -L/archiv/OCS-15_0/lib -lsybct64 -lsybcs64 -lsybtcl64 -lsybcomn64 
-lsybintl64 -lsybblk64 -ldl -lm    \

chmod 755 blib/arch/auto/DBD/Sybase/Sybase.so
cp Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs
chmod 644 blib/arch/auto/DBD/Sybase/Sybase.bs
Manifying blib/man3/DBD::Sybase.3

root@chspeedytst: /archiv/DBD-Sybase-1.15 >> make test

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/autocommit....ok 1/9
t/autocommit....NOK 2#   Failed test 'use DBD::Sybase;'
#   in t/autocommit.t at line 18.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 'blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/autocommit.t line 18.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at blib/lib/DBD/Sybase.pm 
line 98.
# Looks like you planned 9 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/autocommit....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-9
        Failed 8/9 tests, 11.11% okay
t/base..........install_driver(Sybase) failed: Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
 at (eval 3) line 3
Compilation failed in require at (eval 3) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at t/base.t line 18
t/base..........dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 4-5
        Failed 2/5 tests, 60.00% okay
t/exec..........ok 1/22
t/exec..........NOK 2#   Failed test 'use DBD::Sybase;'
#   in t/exec.t at line 18.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 'blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/exec.t line 18.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at blib/lib/DBD/Sybase.pm 
line 98.
# Looks like you planned 22 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/exec..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-22
        Failed 21/22 tests, 4.55% okay
t/fail..........ok 1/12
t/fail..........NOK 2#   Failed test 'use DBD::Sybase;'
#   in t/fail.t at line 16.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 'blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/fail.t line 16.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at blib/lib/DBD/Sybase.pm 
line 98.
# Looks like you planned 12 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/fail..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-12
        Failed 11/12 tests, 8.33% okay
t/login.........ok 1/6
t/login.........NOK 2#   Failed test 'use DBD::Sybase;'
#   in t/login.t at line 18.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 'blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/login.t line 18.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at blib/lib/DBD/Sybase.pm 
line 98.
# Looks like you planned 6 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/login.........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-6
        Failed 5/6 tests, 16.67% okay
t/main..........ok 1/36
t/main..........NOK 2#   Failed test 'use DBD::Sybase;'
#   in t/main.t at line 18.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/main.t line 18.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at 
/archiv/DBD-Sybase-1.15/blib/lib/DBD/Sybase.pm line 98.
# Looks like you planned 36 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/main..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-36
        Failed 35/36 tests, 2.78% okay
t/multi_sth.....ok 1/43
t/multi_sth.....NOK 2#   Failed test 'use DBD::Sybase;'
#   in t/multi_sth.t at line 16.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/multi_sth.t line 16.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at 
/archiv/DBD-Sybase-1.15/blib/lib/DBD/Sybase.pm line 98.
# Looks like you planned 43 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/multi_sth.....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-43
        Failed 42/43 tests, 2.33% okay
t/nsql..........ok 1/7
t/nsql..........NOK 2#   Failed test 'use DBD::Sybase;'
#   in t/nsql.t at line 15.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/nsql.t line 15.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at 
/archiv/DBD-Sybase-1.15/blib/lib/DBD/Sybase.pm line 98.
# Looks like you planned 7 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/nsql..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-7
        Failed 6/7 tests, 14.29% okay
t/place.........ok 1/18
t/place.........NOK 2#   Failed test 'use DBD::Sybase;'
#   in t/place.t at line 13.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/place.t line 13.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at 
/archiv/DBD-Sybase-1.15/blib/lib/DBD/Sybase.pm line 98.
# Looks like you planned 18 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/place.........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-18
        Failed 17/18 tests, 5.56% okay
t/thread........Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
 at t/thread.t line 18
Compilation failed in require at t/thread.t line 18.
BEGIN failed--compilation aborted at t/thread.t line 18.
t/thread........dubious
        Test returned status 2 (wstat 512, 0x200)
t/utf8..........Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
 at t/utf8.t line 19
Compilation failed in require at t/utf8.t line 19.
BEGIN failed--compilation aborted at t/utf8.t line 19.
# Looks like your test died before it could output anything.
t/utf8..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
t/xblk..........ok 1/62
#   Failed test 'use DBD::Sybase;'
t/xblk..........NOK 2#   in t/xblk.t at line 15.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/xblk.t line 15.
Can't locate auto/DBD/Sybase/set_cslib_c.al in @INC (@INC contains: t 
/archiv/DBD-Sybase-1.15/blib/lib /archiv/DBD-Sybase-1.15/blib/arch 
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl 
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at 
t/xblk.t line 36
# Looks like you planned 62 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/xblk..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-62
        Failed 61/62 tests, 1.61% okay
t/xblob.........ok 1/11
#   Failed test 'use DBD::Sybase;'
t/xblob.........NOK 2#   in t/xblob.t at line 16.
#     Tried to use 'DBD::Sybase'.
#     Error:  Can't load 
'/archiv/DBD-Sybase-1.15/blib/arch/auto/DBD/Sybase/Sybase.so' for module 
DBD::Sybase: libsybct64.so: cannot open shared object file: No such file or 
directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm 
line 230.
#  at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/xblob.t line 16.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Use of uninitialized value in subroutine entry at 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/DBI.pm line 1190.
Undefined subroutine &DBD::Sybase::db::_login called at 
/archiv/DBD-Sybase-1.15/blib/lib/DBD/Sybase.pm line 98.
# Looks like you planned 11 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
t/xblob.........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-11
        Failed 10/11 tests, 9.09% okay
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/autocommit.t  255 65280     9   15 166.67%  2-9
t/base.t          2   512     5    4  80.00%  4-5
t/exec.t        255 65280    22   41 186.36%  2-22
t/fail.t        255 65280    12   21 175.00%  2-12
t/login.t       255 65280     6    9 150.00%  2-6
t/main.t        255 65280    36   69 191.67%  2-36
t/multi_sth.t   255 65280    43   83 193.02%  2-43
t/nsql.t        255 65280     7   11 157.14%  2-7
t/place.t       255 65280    18   33 183.33%  2-18
t/thread.t        2   512    ??   ??       %  ??
t/utf8.t        255 65280    ??   ??       %  ??
t/xblk.t        255 65280    62  121 195.16%  2-62
t/xblob.t       255 65280    11   19 172.73%  2-11
Failed 13/13 test scripts, 0.00% okay. 218/231 subtests failed, 5.63% okay.
make: *** [test_dynamic] Error 255

Reply via email to