[Resolved] Compiling PHP through LS Web Interface

#1
This is on a Sun T1000 SPARC/64Bit machine.

When I use the web interface to try to compile PHP 5 I get the following error:

**LOG_DETAIL** retrieved from /usr/local/lsws/phpbuild/buildphp_1278960757.2.log
=============================================================
Preparing all source code for building PHP 5.3.2 with LSAPI =============================================================
Mon Jul 12 14:52:37 EDT 2010

Changing to build directory /usr/local/lsws/phpbuild
/usr/local/lsws/phpbuild/buildphp_1278960757.2.prep.sh: test: argument expected

It does not download anything, unpack anything, nada. Just errors out with that.

Any ideas? This is Solaris 10. I have managed to get PHP configured and compiled standalone but one of the reasons I like LiteSpeed is I can upgrade PHP builds through the web interface.
 
Last edited by a moderator:
#3
Which user needs to have bash or tcsh as his default shell? The server is running under nobody:nobody, but that account is not supposed to have a shell login
 
Top