What is Apache-DBILogin-1.5 using IPC for?
if it is semaphores - it is not going to work.
looks like there is a bad arg length.  I don't
use that package so I am not sure what is in line 135
of Semaphore.pm but you might be able to modify it
to work with Solaris.

cliff rayman
genwax.com

"Brian S. Craigie" wrote:

> Hi, on Solaris 7/Sparc, I'm trying to get Apache-DBILogin-1.5 to work
> and apparently it needs IPC-SysV for some reason.  IPC-SysV-1.03 make'd
> ok, but make test fails on t/sem as below.
>
> Is this test failure anything to worry about anybody?
>
> IPC-SysV-1.03 [ 178 ]> make test
> PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib
> -I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 -e
> 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
> t/*.t
> t/msg...............ok
> t/sem...............Use of uninitialized value at
> blib/lib/IPC/Semaphore.pm line 134.
> Use of uninitialized value at blib/lib/IPC/Semaphore.pm line 134.
> Bad arg length for semctl, is 6, should be 8 at
> blib/lib/IPC/Semaphore.pm line 135.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> Attempt to free unreferenced scalar.
> dubious
>         Test returned status 0 (wstat 139, 0x8b)
>         test program seems to have generated a core
> Failed Test  Status Wstat Total Fail  Failed  List of failed
> -------------------------------------------------------------------------------
> t/sem.t           0   139    ??   ??       %  ??
> Failed 1/2 test scripts, 50.00% okay. 0/9 subtests failed, 100.00% okay.
> *** Error code 2
> make: Fatal error: Command failed for target `test_dynamic'
>
> Thanks in advance :-)
>
> --
>
> Best Regards,
>
> Brian S. Craigie
> Unix Sysadmin
> NEC Semiconductors (UK) Ltd

Reply via email to