Hi,
I am trying to compile PHP 5.2.9 on LSWS 4.0.4 on Opensolaris. The compilation works fine, but then it stalls at the "Installing PHP" stage. I can't find any error messages in the stderr.log or phpbuild/*.log. Any ideas?
Andreas
I am also having this error, 4.0.6 Ent, PHP 5.2.10, 9 or 8 (only 3 I tried), Centos 5.3 x64
Watching the build process on the machine, it finishes the make (successfully), and then just stops, and never continues to make install.
The phpbuild.sh script in phpbuild just ends with make and then check for errors.
running make install by hand in the php-5.2.10 (or whatever version) installs the files into the lsphp5 directory (as specified in --prefix) but only installs the cli sapi. The litespeed sapi version appears to be compiled in the sapi/litespeed directory, running it shows it compiled with litespeed sapi, but copying it into the fcgi-bin directory manually, is just sticking me with 503 errors, and its never starting up.
the build logs showed that it was detecting a bad autoconf version and suggested downgrading to fix the problem, I was hoping that that would fix it, but after downgrading to 2.13 as per the suggestion the same problem continues to occur.
I did recall that I upgraded from standard 32bit to enterprise 64bit. Completely removing the lsws directory (after backing it up), and rerunning the install.sh to reinstall lsws from scratch appears to work. The phpbuild logs show the install process occurring and all the files are copied correctly. Perhaps something in the upgrade affected the build process? Maybe the switch between 32 and 64bit? Not sure. But thought I would share my experiences with this error.