GraveGuy
07-18-03, 18:05
| Greetings... I believe I have exhausted my efforts in the documentation and I'm turning to those with more experience for help...Here's a quick run down of what I'm getting... Hardware: Dual-Proc Pentium running a fresh install of RedHat Linux (9)... Sybase client version 11.0.3.3...this is also freshly installed...I can access it using ISQL so I think this isn't the problem... I reinstalled Perl (5.8) got rid of the Berk db stuff that the documentation warns against... The 'perl Makefile.PL' works... The 'make works'... The 'make test' stalls with: make[1]: Entering directory `/tmp/sybperl-2.15/BCP' make[1]: Entering directory `/tmp/sybperl-2.15/BCP' make[1]: Leaving directory `/tmp/sybperl-2.15/BCP' make[1]: Entering directory `/tmp/sybperl-2.15/BLK' make[1]: Leaving directory `/tmp/sybperl-2.15/BLK' make[1]: Entering directory `/tmp/sybperl-2.15/CTlib' make[1]: Leaving directory `/tmp/sybperl-2.15/CTlib' make[1]: Entering directory `/tmp/sybperl-2.15/DBlib' make[1]: Leaving directory `/tmp/sybperl-2.15/DBlib' make[1]: Entering directory `/tmp/sybperl-2.15/Sybperl' make[1]: Leaving directory `/tmp/sybperl-2.15/Sybperl' make[1]: Entering directory `/tmp/sybperl-2.15/BCP' PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/bcp.... If I run the perl MM test harness from the command line I get the same, funny, hung output: t/bcp.... Any light you could shed would be very much appreciated... Thanks, Jim |