Need some help -- trying ot install Sybperl
"Rob Verschoor" <[email protected]> Fri, 25 May 2007 13:48:17 +0200
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Organization | Sypron B.V. |
| Message-ID | <0a9001c79ec2$96ec2190$6601a8c0@ZEUS> |
I'm trying to install Sybperl/DBD::Sybase on a new (Linux) box, and I'm not sure if things are going right. I've done this before, but that's a long time ago and I don't recall how I did it last time. Basically, below I'm running "install Sybase::CTlib" in CPAN . Things look OK until 'make test' is run: all tests fail. My question: how can I find out more about what's exactly failing here? This box has Perl 5.8.0 installed. TIA, Rob V. [email protected] cpan[1]> install Sybase::CTlib ... ... cp Sybperl.pm ../blib/lib/Sybase/Sybperl.pm AutoSplitting ../blib/lib/Sybase/Sybperl.pm (../blib/lib/auto/Sybase/Sybperl) Manifying ../blib/man3/Sybase::Sybperl.3pm make[1]: Leaving directory `/root/.cpan/build/sybperl-2.18-L2yiZx/Sybperl' Manifying blib/man3/sybperl.3 MEWP/sybperl-2.18.tar.gz /usr/bin/make -- OK Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test make[1]: Entering directory `/root/.cpan/build/sybperl-2.18-L2yiZx/BCP' make[1]: Leaving directory `/root/.cpan/build/sybperl-2.18-L2yiZx/BCP' make[1]: Entering directory `/root/.cpan/build/sybperl-2.18-L2yiZx/BLK' make[1]: Leaving directory `/root/.cpan/build/sybperl-2.18-L2yiZx/BLK' make[1]: Entering directory `/root/.cpan/build/sybperl-2.18-L2yiZx/CTlib' make[1]: Leaving directory `/root/.cpan/build/sybperl-2.18-L2yiZx/CTlib' make[1]: Entering directory `/root/.cpan/build/sybperl-2.18-L2yiZx/DBlib' make[1]: Leaving directory `/root/.cpan/build/sybperl-2.18-L2yiZx/DBlib' make[1]: Entering directory `/root/.cpan/build/sybperl-2.18-L2yiZx/Sybperl' make[1]: Leaving directory `/root/.cpan/build/sybperl-2.18-L2yiZx/Sybperl' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1_db_dblib...........dubious Test returned status 255 (wstat 65280, 0xff00) t/1_db_money...........dubious Test returned status 255 (wstat 65280, 0xff00) t/2_ct_ctlib...........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-30 Failed 30/30 tests, 0.00% okay t/2_ct_cursor..........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-22 Failed 22/22 tests, 0.00% okay t/2_ct_nsql............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/2_ct_prepare.........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-15 Failed 15/15 tests, 0.00% okay t/2_ct_xblk............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-21 Failed 21/21 tests, 0.00% okay t/3_bcp................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-9 Failed 9/9 tests, 0.00% okay t/4_blk................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-19 Failed 19/19 tests, 0.00% okay t/5_sybperl............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-28 Failed 28/28 tests, 0.00% okay t/5_sybperl_dbmoney....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-32 Failed 32/32 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/1_db_dblib.t 255 65280 ?? ?? ?? t/1_db_money.t 255 65280 ?? ?? ?? t/2_ct_ctlib.t 255 65280 30 59 1-30 t/2_ct_cursor.t 255 65280 22 43 1-22 t/2_ct_nsql.t 255 65280 4 7 1-4 t/2_ct_prepare.t 255 65280 15 29 1-15 t/2_ct_xblk.t 255 65280 21 41 1-21 t/3_bcp.t 255 65280 9 17 1-9 t/4_blk.t 255 65280 19 38 1-19 t/5_sybperl.t 255 65280 28 56 1-28 t/5_sybperl_dbmoney.t 255 65280 32 64 1-32 Failed 11/11 test scripts. 180/180 subtests failed. Files=11, Tests=180, 5 wallclock secs ( 0.42 cusr + 0.04 csys = 0.46 CPU) MEWP/sybperl-2.18.tar.gz /usr/bin/make test -- NOT OK Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install make test had returned bad status, won't install without force Failed during this command: MEWP/sybperl-2.18.tar.gz : make_test NO (end)