diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-13 09:43:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-13 09:43:09 +0000 |
commit | 11906ba08fed929f780ea3e503eb89c0955fb2d8 (patch) | |
tree | d26e23110d1abd0a97f8c4ae04f35cb7125d51c9 /INSTALL | |
parent | 91a15d0d1374fd788fdb885af2d209d2668c1f95 (diff) | |
download | perl-11906ba08fed929f780ea3e503eb89c0955fb2d8.tar.gz |
The lib/ipc_sysv.t test has a new name.
p4raw-id: //depot/perl@19198
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1662,12 +1662,12 @@ bval settings. Upgrade your DB library or OS. =item Bad arg length for semctl, is XX, should be ZZZ -If you get this error message from the lib/ipc_sysv test, your System +If you get this error message from the ext/IPC/SysV/t/sem test, your System V IPC may be broken. The XX typically is 20, and that is what ZZZ also should be. Consider upgrading your OS, or reconfiguring your OS to include the System V semaphores. -=item lib/ipc_sysv........semget: No space left on device +=item ext/IPC/SysV/t/sem........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 @@ -1713,7 +1713,7 @@ NCR Tower 32 (OS 2.01.01) may need -W2,-Sl,2000 and #undef MKDIR. UTS may need one or more of -K or -g, and undef LSTAT. -FreeBSD can fail the lib/ipc_sysv.t test if SysV IPC has not been +FreeBSD can fail the ext/IPC/SysV/t/sem.t test if SysV IPC has not been configured in the kernel. Perl tries to detect this, though, and you will get a message telling what to do. |