xAP and SharedMem module install failure

Forum for questions and support relating to the 1.24.x releases only.
Locked
martrw
Posts: 15
Joined: Tue Mar 07, 2006 3:40 am
Location: Tucson, AZ

xAP and SharedMem module install failure

Post by martrw »

Trying to get Zoneminder talking with Misterhouse via xAP.

Ubuntu 9.10, MH 2.105 and lastest of ZM. zmxap.pl tells me that it cannot find SharedMem.pl so I tried every way I can to install Apache::SharedMem but continue to have failures. MCPAN and manual installation give the make test failure message appended below. All prereq perl modules are installed. So far no help from the perl forums. Any ideas anyone?

root@obewan:~/.cpan/build/Apache-SharedMem-0.09-zdR6vX# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/assign..........ok 1/8invalid project id at
/root/.cpan/build/Apache-SharedMem-0.09-zdR6vX/blib/lib/Apache/SharedMem.pm line
1175.
t/assign..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-8
Failed 7/8 tests, 12.50% okay
t/import..........ok
t/smartlock.......ok 1/16invalid project id at
/root/.cpan/build/Apache-SharedMem-0.09-zdR6vX/blib/lib/Apache/SharedMem.pm line
1175.
t/smartlock.......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-16
Failed 15/16 tests, 6.25% okay
t/timedoutlock....ok 1/8invalid project id at
/root/.cpan/build/Apache-SharedMem-0.09-zdR6vX/blib/lib/Apache/SharedMem.pm line
1175.
t/timedoutlock....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-8
Failed 7/8 tests, 12.50% okay
t/zdestroy........invalid project id at
/root/.cpan/build/Apache-SharedMem-0.09-zdR6vX/blib/lib/Apache/SharedMem.pm line
1175.
t/zdestroy........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/assign.t 255 65280 8 14 2-8
t/smartlock.t 255 65280 16 30 2-16
t/timedoutlock.t 255 65280 8 14 2-8
t/zdestroy.t 255 65280 3 6 1-3
Failed 4/5 test scripts. 32/40 subtests failed.
Files=5, Tests=40, 0 wallclock secs ( 0.25 cusr + 0.07 csys = 0.32 CPU)
Failed 4/5 test programs. 32/40 subtests failed.
make: *** [test_dynamic] Error 255
root@obewan:~/.cpan/build/Apache-SharedMem-0.09-zdR6vX#
Locked