rebuild php binary
Can you please tell me more about your system? Which distrubtion? Redhat? Suse?
We were informed that our pre-built php binary does not work well on Redhat 9 because of newer version of glibc. So please rebuild php binary from source if you can.
Please use PHP 4.3.1, 4.3.2 is buggy. build it as following:
cd php-4.3.1
./configure --enable-fastcgi --with-config-file-path=../conf
make
cp -f sapi/cgi/php [lsws_home]/admin/fast-cgi/admin_php
cp -f sapi/cgi/php [lsws_home]/fast-cgi/php
Best regards,
Mistwang
|