PHP Dtrace
Extension
The Dtrace Extension to PHP in Cool Stack 1.2
doesn't
work as it was built incorrectly. Please download the
extension below : dtrace_1.2_sparc.so dtrace_1.2_x86.so
After installing CSKphp5 from the CSKamp package, copy the above file
to
/opt/coolstack/php5/lib/php/extensions/no-debug-non-zts-20060613/dtrace.so
Add extension="dtrace.so" to /opt/coolstack/php5/lib/php.ini and
you are now ready to begin using it.
PHP APC
Extension - apc_sem_lock:
semop failures
If you are the using APC extension shipped with Cool
Stack 1.2, you may see the following error in apache
logs :
apc_sem_lock: semop(7) failed: Invalid argument
APC-3.0.14 has a bug which appears only with php-5.2.4 onwards.
The APC extension with this issue fixed is available : apc_1.2_sparc.so apc_1.2_x86.so
Copy the file to
/opt/coolstack/php5/lib/php/extensions/no-debug-non-zts-20060613/apc.so
To install these files : # cd /opt # /usr/sfw/bin/gtar -jxf
mod_perl_fix_1.2_{sparc,x86}.tar.bz2
lighttpd
does not work when started as a non-root user If you run lighttpd as a non-root user e.g webservd, then you
will see
the following messages in lighttpd logs :
"(server.c.1429) fdevent_poll failed: Invalid argument"