On Thursday, January 30, 2003, at 01:30 PM, Ken Williams wrote:
this is what I get (last few lines reproduced here) --On Thursday, January 30, 2003, at 09:25 AM, Puneet Kishor wrote:A long while back I asked a similar question -- how do I make state management possible with Perl and Apache, specifically on MacOS X, but ideally in a platform independent kind of way. At that time I believe Apache::Sessions was not compatible with OS X. I haven't found any statement now contradicting that.I don't remember any problem with Apache::Session on OS X. It certainly works fine now, I'm using it.
..
t/99base64.........ok
t/99dbfile.........ok
t/99dbfilestore....ok
t/99file...........ok
t/99filelock.......ok
t/99filestore......ok
t/99flex...........ok
t/99md5gen.........ok
t/99moduniqgen.....ok
t/99mysql..........skipped
all skipped: no reason given
t/99mysqllock......skipped
all skipped: no reason given
t/99mysqlstore.....skipped
all skipped: no reason given
t/99nulllock.......ok
t/99oracle.........skipped
all skipped: no reason given
t/99postgres.......skipped
all skipped: no reason given
t/99semaphore......semctl not implemented at /System/Library/Perl/darwin/IPC/Semaphore.pm line 127.
t/99semaphore......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-28
Failed 26/28 tests, 7.14% okay
t/99storable.......ok
t/99uue............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------ -------
t/99semaphore.t 255 65280 28 26 92.86% 3-28
5 tests skipped.
Failed 1/18 test scripts, 94.44% okay. 26/100 subtests failed, 74.00% okay.
make: *** [test_dynamic] Error 35
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
cpan>
--
what is it that I am missing here? I tried installing IPC::Shareable (one of the pre-reqs, apparently, for Apache::Session) and I get a similar message...
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/20ref.......semctl not implemented at /System/Library/Perl/darwin/IPC/Semaphore.pm line 75.
t/20ref.......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
t/25ipc.......semctl not implemented at /System/Library/Perl/darwin/IPC/Semaphore.pm line 75.
^CDied at t/25ipc.t line 4.
make: *** [test_dynamic] Interrupt
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Now, I am clueless.
Thanks for your help.
Puneet.