% export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- ../ext/IPC/SysV/ipcsysv.t 255 65280 16 10 62.50% 7-16 ../ext/IPC/SysV/t/sem.t 28 7168 10 10 100.00% 1-10 ../lib/IPC/SysV.t 255 65280 16 10 62.50% 7-16 38 tests and 271 subtests skipped. Failed 3/712 test scripts, 99.58% okay. 30/68773 subtests failed, 99.96% okay.
で、INSTALL には
=item lib/ipc_sysv........semget: No space left on device
Either your account or the whole system has run out of semaphores. Or both. Either list the semaphores with "ipcs" and remove the unneeded ones (which ones these are depends on your system and applications) with "ipcrm -s SEMAPHORE_ID_HERE" or configure more semaphores to your system.