In addition to my last post
 
if I COMMENT out the LINKTYPE=STATIC (it's commented by default)
 
I get the following when I do I "make test"
 
 
[root@Mail DBD-Sybase-0.13]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib -I/usr/lib/perl5/i386-linux/5.00405 -I/usr/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/base..............ok
t/login.............FAILED test 2
        Failed 1/3 tests, 66.67% okay
t/main..............Unable for connect to SYBASE: OpenClient message: LAYER = (5) ORIGIN = (3) SEVERITY = (4) NUMBER = (3)
Message String: ct_connect(): network packet layer: internal net library error: Specified server name attribute could not be found
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-12
        Failed 11/12 tests, 8.33% okay
t/place.............Unable for connect to SYBASE: OpenClient message: LAYER = (5) ORIGIN = (3) SEVERITY = (4) NUMBER = (3)
Message String: ct_connect(): network packet layer: internal net library error: Specified server name attribute could not be found
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-11
        Failed 10/11 tests, 9.09% okay
Failed Test  Status Wstat Total Fail  Failed  List of failed
-------------------------------------------------------------------------------
t/login.t                     3    1  33.33%  2
t/main.t        255 65280    12   11  91.67%  2-12
t/place.t       255 65280    11   10  90.91%  2-11
Failed 3/4 test scripts, 25.00% okay. 22/31 subtests failed, 29.03% okay.
make: *** [test_dynamic] Error 255
 
 

Reply via email to