-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
This issue is reported by @trampgeek . His report:
There's a check in your judge install script:
if (!extension_loaded('pcntl') || !extension_loaded('posix')) {
cli_error('PHP pcntl and posix extension must be installed!');
}
On RHEL6, 'pcntl' is compiled into PHP and extension_loaded('pcntl') returns FALSE [which I admit seems odd but I just checked] even though all its function are in fact available. So I finished up just commenting that line out. You may be able to find a better work around than that :)
Metadata
Metadata
Assignees
Labels
No labels