View Single Post
  #1  
Old 09-19-2008, 04:38 PM
imagize imagize is offline
New Member
 
Join Date: Sep 2008
Posts: 8
Default Build Matching Binary Fails

The build seems to complete successfully, and then at the end it displays this error:

Quote:
copy compiled php binary to litespeed directory
cd /usr/local/lsws/fcgi-bin
cp: cannot stat `/home/cpeasyapache/ls.src/php-5.2.6/sapi/litespeed/php': No such file or directory
**ERROR** fail to copy lsphp from /home/cpeasyapache/ls.src/php-5.2.6/sapi/litespeed/php
Obviously the directory doesn't exist, just wondering how to solve this.

Also If I try to build php5 in the lsws admin panel, I get all sorts of permission errors like:

Quote:
/usr/local/lsws/phpbuild/phpbuild.1221880298.6.sh: line 21: /usr/bin/curl: Permission denied
I assume this is because lsws is running as robody and doesn't have permission.

Also

Quote:
2008-09-19 23:34:31.103 [ERROR] [config:server:epsr:lsphp5] invalid path - /usr/local/lsws/fcgi-bin/lsphp5, it cannot be started by Web server!
Update

I compiled lsphp5 manually and it works fine, still curious why the other methods didn't work though.

Last edited by imagize; 09-19-2008 at 11:09 PM..
Reply With Quote