View Single Post
  #2  
Old 08-04-2003, 08:05 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Default 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
Reply With Quote