Is this Module safe with AIX? Or is there an alternate class I can use? I need this due to a dependency for using the DBI proxy server.
When I run "make test" it is hanging on what looks to be the "forkm" test. It also hung when I did "make test TEST_VERBOSE=1" So I was forced to remove it from the "t/" directory. The t/threadm also failed due to an undefined routine "&threads::new()". Finally "t/thread" was skipped for some unknown reason.
So is the Net-Daemon safe to use in AIX? I'm using the latest pre-built AIX build.
ActivePerl-5.8.8.817-aix-5.1.0.0-cc-257965.tar.gz
V5.8.8.817
Here is some output from the verbose test. (t/forkm.t was removed)
t/thread........1..0
skipped
all skipped: no reason given
t/threadm.......Starting server: /home/cleach/ActivePerl-5.8/bin/perl -Iblib/lib
-Iblib/arch t/server --mode=threads logfile=stderr debug
1..10
Undefined subroutine &threads::new called at t/threadm.t line 86.
Terminating server.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/threadm.t 2 512 10 20 200.00% 1-10
1 test skipped.
Failed 1/11 test scripts, 90.91% okay. 10/58 subtests failed, 82.76% okay.
make: 1254-004 The error code from the last command is 255.
Curtis Leach
#---------------------------------------------------------
PERL VERSION INFO
#---------------------------------------------------------
pdbdeva1:/home/cleach> perl -v
This is perl, v5.8.8 built for aix-thread-multi
(with 25 registered patches, see perl -V for more detail)
Copyright 1987-2006, Larry Wall
Binary build 817 [257965] provided by ActiveState http://www.ActiveState.com
Built Mar 20 2006 19:03:52
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
pdbdeva1:/home/cleach>
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
