Hi Folks,
I am currently installing the SQUIZ server on a Solaris machine and I am running into the following problem. Wondering if anyone has any thoughts on how to fix this… 
/opt/matrix/squiz_server/bin> php start_server.php 9097 /opt/matrix/squiz_server/server.conf
PHP Notice: Use of undefined constant SIGTERM - assumed 'SIGTERM' in /opt/matrix/squiz_server/bin/start_server.php on line 54
Notice: Use of undefined constant SIGTERM - assumed 'SIGTERM' in /opt/matrix/squiz_server/bin/start_server.php on line 54
PHP Notice: Use of undefined constant SIGINT - assumed 'SIGINT' in /opt/matrix/squiz_server/bin/start_server.php on line 54
Notice: Use of undefined constant SIGINT - assumed 'SIGINT' in /opt/matrix/squiz_server/bin/start_server.php on line 54
PHP Notice: Use of undefined constant SIGCHLD - assumed 'SIGCHLD' in /opt/matrix/squiz_server/bin/start_server.php on line 54
Notice: Use of undefined constant SIGCHLD - assumed 'SIGCHLD' in /opt/matrix/squiz_server/bin/start_server.php on line 54
PHP Notice: Use of undefined constant SIGHUP - assumed 'SIGHUP' in /opt/matrix/squiz_server/bin/start_server.php on line 54
Notice: Use of undefined constant SIGHUP - assumed 'SIGHUP' in /opt/matrix/squiz_server/bin/start_server.php on line 54
PHP Notice: Use of undefined constant SIGUSR1 - assumed 'SIGUSR1' in /opt/matrix/squiz_server/bin/start_server.php on line 54
Notice: Use of undefined constant SIGUSR1 - assumed 'SIGUSR1' in /opt/matrix/squiz_server/bin/start_server.php on line 54
PHP Notice: Use of undefined constant SIGUSR2 - assumed 'SIGUSR2' in /opt/matrix/squiz_server/bin/start_server.php on line 54
Notice: Use of undefined constant SIGUSR2 - assumed 'SIGUSR2' in /opt/matrix/squiz_server/bin/start_server.php on line 54
[18-Jan-2007 14:22:08] +--------------------------------------------------+
[18-Jan-2007 14:22:08] | Squiz Server v0.1.0 |
[18-Jan-2007 14:22:08] +--------------------------------------------------+
[18-Jan-2007 14:22:08] Server Loading -> PID : 1629
[18-Jan-2007 14:22:08] System "squiz" loaded
[18-Jan-2007 14:22:08] Config File /opt/matrix/squiz_server/server.conf Loaded
[18-Jan-2007 14:22:08] Server Started -> PID : 1629, listening on :9097
PHP Fatal error: Call to undefined function: pcntl_signal() in /opt/matrix/squiz_server/code/squiz_server.inc on line 342
Fatal error: Call to undefined function: pcntl_signal() in /opt/matrix/squiz_server/code/squiz_server.inc on line 342Thanks,
A :blink: