I am trying to build IPC::Shareable. However, 'make test' fails with a slew
of these errors:
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00base............Undefined subroutine &IPC::SysV::SEM_UNDO called at
blib/lib/IPC/Shareable.pm line 45.
Compilation failed in require at t/00base.t line 9.
BEGIN failed--compilation aborted at t/00base.t line 9.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-11
I am running Perl 5.6.1 (with the kind assistance of Wilfredo and Peter).
(However, I noted the install procedure for 5.6.1 seemed to have failed to
copy IPC::SysV.pm from its subdirectories, so I did this manually, copying
it into /System/Library/Perl/IPC/SysV.pm and
/System/Library/Perl/darwin/IPC/SysV.pm, a sure sign of desperation...).
(Attempting to build IPC::SysV by itself from CPAN results in its own
errors...)
Any help is greatly appreciated.
terry