Hi,
I had trouble loading DBD::Sybase on MacOSx 10.4.4..
Any ideas????
boehme:~/DBD-Sybase-1.05_02 boehme$ perl Makefile.PL
Sybase OpenClient 12.5.1 ASE Edition 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]: n
Running in threaded mode - looking for _r libraries...
Found -lsybct_r for -lsybct
Found -lsybcs_r for -lsybcs
Found -lsybtcl_r for -lsybtcl
Found -lsybcomn_r for -lsybcomn
Found -lsybintl_r for -lsybintl
Found -lsybblk_r for -lsybblk
Found -lsybsrv_r for -lsybsrv
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): tatung
User ID to log in to Sybase (default: sa): ^C
boehme:~/DBD-Sybase-1.05_02 boehme$ perl Makefile.PL
Sybase OpenClient 12.5.1 ASE Edition 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]: n
Running in threaded mode - looking for _r libraries...
Found -lsybct_r for -lsybct
Found -lsybcs_r for -lsybcs
Found -lsybtcl_r for -lsybtcl
Found -lsybcomn_r for -lsybcomn
Found -lsybintl_r for -lsybintl
Found -lsybblk_r for -lsybblk
Found -lsybsrv_r for -lsybsrv
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): TATUNG
User ID to log in to Sybase (default: sa): sa
Password (default: undef): redpill
Sybase database to use on TATUNG (default: undef): test
* Writing login information, including password, to file PWD.
Checking if your kit is complete...
Looks good
Using DBI 1.48 (for perl 5.008006 on darwin-thread-multi-2level)
installed in /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DBI/
Writing Makefile for DBD::Sybase
boehme:~/DBD-Sybase-1.05_02 boehme$ 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" /Library/Perl/5.8.6/darwin-
thread-multi-2level/auto/DBI//Driver.xst > Sybase.xsi
/usr/bin/perl /System/Library/Perl/5.8.6/ExtUtils/xsubpp -typemap /
System/Library/Perl/5.8.6/ExtUtils/typemap Sybase.xs > Sybase.xsc &&
mv Sybase.xsc Sybase.c
cc -c -I/Applications/Sybase/System/OCS-12_5/include -
DNO_CHAINED_TRAN=1 -I/Library/Perl/5.8.6/darwin-thread-multi-2level/
auto/DBI -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-
strict-aliasing -I/usr/local/include -Os -DVERSION=\"1.05_02\" -
DXS_VERSION=\"1.05_02\" "-I/System/Library/Perl/5.8.6/darwin-thread-
multi-2level/CORE" Sybase.c
cc -c -I/Applications/Sybase/System/OCS-12_5/include -
DNO_CHAINED_TRAN=1 -I/Library/Perl/5.8.6/darwin-thread-multi-2level/
auto/DBI -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-
strict-aliasing -I/usr/local/include -Os -DVERSION=\"1.05_02\" -
DXS_VERSION=\"1.05_02\" "-I/System/Library/Perl/5.8.6/darwin-thread-
multi-2level/CORE" dbdimp.c
dbdimp.c: In function '_dbd_rebind_ph':
dbdimp.c:4764: warning: passing argument 2 of 'to_binary' from
incompatible pointer type
Running Mkbootstrap for DBD::Sybase ()
chmod 644 Sybase.bs
rm -f blib/arch/auto/DBD/Sybase/Sybase.bundle
LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/Applications/
Sybase/System/OCS-12_5/lib -bundle -undefined dynamic_lookup -L/usr/
local/lib Sybase.o dbdimp.o -o blib/arch/auto/DBD/Sybase/
Sybase.bundle -L/Applications/Sybase/System/OCS-12_5/lib -lsybct_r -
lsybcs_r -lsybtcl_r -lsybcomn_r -lsybintl_r -lsybblk_r -lsybsrv_r - ldl -lm
/usr/bin/ld: warning multiple definitions of symbol _dlclose
/Applications/Sybase/System/OCS-12_5/lib/libsybtcl_r.a(dlopen.o)
definition of _dlclose in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libdl.dylib
(dyldAPIsInLibSystem.o) definition of _dlclose
/usr/bin/ld: warning multiple definitions of symbol _dlerror
/Applications/Sybase/System/OCS-12_5/lib/libsybtcl_r.a(dlopen.o)
definition of _dlerror in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libdl.dylib
(dyldAPIsInLibSystem.o) definition of _dlerror
/usr/bin/ld: warning multiple definitions of symbol _dlopen
/Applications/Sybase/System/OCS-12_5/lib/libsybtcl_r.a(dlopen.o)
definition of _dlopen in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libdl.dylib
(dyldAPIsInLibSystem.o) definition of _dlopen
/usr/bin/ld: warning multiple definitions of symbol _dlsym
/Applications/Sybase/System/OCS-12_5/lib/libsybtcl_r.a(dlopen.o)
definition of _dlsym in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libdl.dylib
(dyldAPIsInLibSystem.o) definition of _dlsym
chmod 755 blib/arch/auto/DBD/Sybase/Sybase.bundle
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
boehme:~/DBD-Sybase-1.05_02 boehme$ 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# Failed test (t/autocommit.t at line 18)
t/autocommit....NOK 2# Tried to use 'DBD::Sybase'.
# Error: Can't load 'blib/arch/auto/DBD/Sybase/Sybase.bundle' for
module DBD::Sybase: dlopen(blib/arch/auto/DBD/Sybase/ Sybase.bundle, 2):
Symbol not found: ___CFConstantStringClassReference
# Referenced from: blib/arch/auto/DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at blib/lib/DBD/
Sybase.pm line 94.
# Looks like you planned 9 tests but only ran 2.
# 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 '/Users/
boehme/DBD-Sybase-1.05_02/blib/arch/auto/DBD/Sybase/Sybase.bundle' for
module DBD::Sybase: dlopen(/Users/boehme/DBD-Sybase-1.05_02/blib/
arch/auto/DBD/Sybase/Sybase.bundle, 2): Symbol not found:
___CFConstantStringClassReference
Referenced from: /Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle
Expected in: dynamic lookup
at (eval 1) line 3
Compilation failed in require at (eval 1) 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 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/exec..........ok 1/22# Failed test (t/exec.t at line 18)
t/exec..........NOK 2# Tried to use 'DBD::Sybase'.
# Error: Can't load 'blib/arch/auto/DBD/Sybase/Sybase.bundle' for
module DBD::Sybase: dlopen(blib/arch/auto/DBD/Sybase/ Sybase.bundle, 2):
Symbol not found: ___CFConstantStringClassReference
# Referenced from: blib/arch/auto/DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at blib/lib/DBD/
Sybase.pm line 94.
# Looks like you planned 22 tests but only ran 2.
# 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..........NOK 2# Failed test (t/fail.t at line 16)
# Tried to use 'DBD::Sybase'.
# Error: Can't load 'blib/arch/auto/DBD/Sybase/Sybase.bundle' for
module DBD::Sybase: dlopen(blib/arch/auto/DBD/Sybase/ Sybase.bundle, 2):
Symbol not found: ___CFConstantStringClassReference
# Referenced from: blib/arch/auto/DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at blib/lib/DBD/
Sybase.pm line 94.
# Looks like you planned 12 tests but only ran 2.
# 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/4# Failed test (t/login.t at line 18)
t/login.........NOK 2# Tried to use 'DBD::Sybase'.
# Error: Can't load 'blib/arch/auto/DBD/Sybase/Sybase.bundle' for
module DBD::Sybase: dlopen(blib/arch/auto/DBD/Sybase/ Sybase.bundle, 2):
Symbol not found: ___CFConstantStringClassReference
# Referenced from: blib/arch/auto/DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at blib/lib/DBD/
Sybase.pm line 94.
# Looks like you planned 4 tests but only ran 2.
# Looks like your test died just after 2.
t/login.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
t/main..........ok 1/33# Failed test (t/main.t at line 18)
# Tried to use 'DBD::Sybase'.
t/main..........NOK 2# Error: Can't load '/Users/boehme/DBD-
Sybase-1.05_02/blib/arch/auto/DBD/Sybase/Sybase.bundle' for module
DBD::Sybase: dlopen(/Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle, 2): Symbol not found:
___CFConstantStringClassReference
# Referenced from: /Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at /Users/boehme/
DBD-Sybase-1.05_02/blib/lib/DBD/Sybase.pm line 94.
# Looks like you planned 33 tests but only ran 2.
# Looks like your test died just after 2.
t/main..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-33
Failed 32/33 tests, 3.03% okay
t/multi_sth.....ok 1/43# Failed test (t/multi_sth.t at line 16)
# Tried to use 'DBD::Sybase'.
t/multi_sth.....NOK 2# Error: Can't load '/Users/boehme/DBD-
Sybase-1.05_02/blib/arch/auto/DBD/Sybase/Sybase.bundle' for module
DBD::Sybase: dlopen(/Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle, 2): Symbol not found:
___CFConstantStringClassReference
# Referenced from: /Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at /Users/boehme/
DBD-Sybase-1.05_02/blib/lib/DBD/Sybase.pm line 94.
# Looks like you planned 43 tests but only ran 2.
# 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# Failed test (t/nsql.t at line 15)
t/nsql..........NOK 2# Tried to use 'DBD::Sybase'.
# Error: Can't load '/Users/boehme/DBD-Sybase-1.05_02/blib/arch/
auto/DBD/Sybase/Sybase.bundle' for module DBD::Sybase: dlopen(/Users/
boehme/DBD-Sybase-1.05_02/blib/arch/auto/DBD/Sybase/Sybase.bundle, 2):
Symbol not found: ___CFConstantStringClassReference
# Referenced from: /Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at /Users/boehme/
DBD-Sybase-1.05_02/blib/lib/DBD/Sybase.pm line 94.
# Looks like you planned 7 tests but only ran 2.
# 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/13# Failed test (t/place.t at line 13)
t/place.........NOK 2# Tried to use 'DBD::Sybase'.
# Error: Can't load '/Users/boehme/DBD-Sybase-1.05_02/blib/arch/
auto/DBD/Sybase/Sybase.bundle' for module DBD::Sybase: dlopen(/Users/
boehme/DBD-Sybase-1.05_02/blib/arch/auto/DBD/Sybase/Sybase.bundle, 2):
Symbol not found: ___CFConstantStringClassReference
# Referenced from: /Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Had to create DBD::Sybase::dr::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at /Users/boehme/
DBD-Sybase-1.05_02/blib/lib/DBD/Sybase.pm line 94.
# Looks like you planned 13 tests but only ran 2.
# Looks like your test died just after 2.
t/place.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-13
Failed 12/13 tests, 7.69% okay
t/thread........Can't load '/Users/boehme/DBD-Sybase-1.05_02/blib/
arch/auto/DBD/Sybase/Sybase.bundle' for module DBD::Sybase: dlopen(/
Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/DBD/Sybase/
Sybase.bundle, 2): Symbol not found: ___CFConstantStringClassReference
Referenced from: /Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle
Expected in: dynamic lookup
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 255 (wstat 65280, 0xff00)
t/xblk..........ok 1/62# Failed test (t/xblk.t at line 15)
# Tried to use 'DBD::Sybase'.
t/xblk..........NOK 2# Error: Can't load '/Users/boehme/DBD-
Sybase-1.05_02/blib/arch/auto/DBD/Sybase/Sybase.bundle' for module
DBD::Sybase: dlopen(/Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle, 2): Symbol not found:
___CFConstantStringClassReference
# Referenced from: /Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
Can't locate auto/DBD/Sybase/set_cslib_c.al in @INC (@INC contains: t
/Users/boehme/DBD-Sybase-1.05_02/blib/lib /Users/boehme/DBD-
Sybase-1.05_02/blib/arch /System/Library/Perl/5.8.6/darwin-thread-
multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-
thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/
Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/
5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-
thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/
5.8.1 .) at t/xblk.t line 36
# Looks like you planned 62 tests but only ran 2.
# 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 (t/xblob.t at line 16)
# Tried to use 'DBD::Sybase'.
# Error: Can't load '/Users/boehme/DBD-Sybase-1.05_02/blib/arch/
auto/DBD/Sybase/Sybase.bundle' for module DBD::Sybase: dlopen(/Users/
boehme/DBD-Sybase-1.05_02/blib/arch/auto/DBD/Sybase/Sybase.bundle, 2):
Symbol not found: ___CFConstantStringClassReference
# Referenced from: /Users/boehme/DBD-Sybase-1.05_02/blib/arch/auto/
DBD/Sybase/Sybase.bundle
# Expected in: dynamic lookup
# at (eval 2) line 2
# Compilation failed in require at (eval 2) line 2.
t/xblob.........NOK 2Had to create DBD::Sybase::dr::imp_data_size
unexpectedly at /Library/Perl/5.8.6/darwin-thread-multi-2level/DBI.pm
line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Had to create DBD::Sybase::db::imp_data_size unexpectedly at /Library/
Perl/5.8.6/darwin-thread-multi-2level/DBI.pm line 1167.
Use of uninitialized value in subroutine entry at /Library/Perl/5.8.6/
darwin-thread-multi-2level/DBI.pm line 1167.
Undefined subroutine &DBD::Sybase::db::_login called at /Users/boehme/
DBD-Sybase-1.05_02/blib/lib/DBD/Sybase.pm line 94.
# Looks like you planned 11 tests but only ran 2.
# 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 255 65280 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 4 5 125.00% 2-4
t/main.t 255 65280 33 63 190.91% 2-33
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 13 23 176.92% 2-13
t/thread.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 12/12 test scripts, 0.00% okay. 208/221 subtests failed, 5.88%
okay.
make: *** [test_dynamic] Error 2