The build seems to complete successfully, and then at the end it displays this error:
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:
I assume this is because lsws is running as robody and doesn't have permission.
Also
Update
I compiled lsphp5 manually and it works fine, still curious why the other methods didn't work though.
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
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
Also If I try to build php5 in the lsws admin panel, I get all sorts of permission errors like:
/usr/local/lsws/phpbuild/phpbuild.1221880298.6.sh: line 21: /usr/bin/curl: Permission denied
Also
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!
I compiled lsphp5 manually and it works fine, still curious why the other methods didn't work though.
Last edited: