So I tried to compile php thru LS interface but it gave me this error:
--16:59:36-- http://download.suhosin.org/suhosin-patch-5.2.5-0.9.6.2.patch.gz
Resolving download.suhosin.org... 85.214.93.8
Connecting to download.suhosin.org|85.214.93.8|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23157 (23K) [application/x-gzip]
Saving to: `suhosin-patch-5.2.5.patch.gz'
0K .......... .......... .. 100% 40.0K=0.6s
16:59:39 (40.0 KB/s) - `suhosin-patch-5.2.5.patch.gz' saved [23157/23157]
patching file php-5.2.5/TSRM/TSRM.h
patching file php-5.2.5/TSRM/tsrm_virtual_cwd.c
patching file php-5.2.5/TSRM/tsrm_virtual_cwd.h
patching file php-5.2.5/Zend/Makefile.am
patching file php-5.2.5/Zend/Zend.dsp
patching file php-5.2.5/Zend/ZendTS.dsp
patching file php-5.2.5/Zend/zend.c
patching file php-5.2.5/Zend/zend.h
patching file php-5.2.5/Zend/zend_alloc.c
patching file php-5.2.5/Zend/zend_alloc.h
patching file php-5.2.5/Zend/zend_canary.c
patching file php-5.2.5/Zend/zend_compile.c
patching file php-5.2.5/Zend/zend_compile.h
patching file php-5.2.5/Zend/zend_constants.c
patching file php-5.2.5/Zend/zend_errors.h
patching file php-5.2.5/Zend/zend_hash.c
patching file php-5.2.5/Zend/zend_llist.c
patching file php-5.2.5/configure
patching file php-5.2.5/configure.in
patching file php-5.2.5/ext/standard/basic_functions.c
patching file php-5.2.5/ext/standard/dl.c
patching file php-5.2.5/ext/standard/file.c
patching file php-5.2.5/ext/standard/file.h
patching file php-5.2.5/ext/standard/info.c
patching file php-5.2.5/ext/standard/syslog.c
patching file php-5.2.5/main/fopen_wrappers.c
patching file php-5.2.5/main/main.c
patching file php-5.2.5/main/php.h
patching file php-5.2.5/main/php_config.h.in
patching file php-5.2.5/main/php_logos.c
patching file php-5.2.5/main/snprintf.c
patching file php-5.2.5/main/spprintf.c
patching file php-5.2.5/main/suhosin_globals.h
patching file php-5.2.5/main/suhosin_logo.h
patching file php-5.2.5/main/suhosin_patch.c
patching file php-5.2.5/main/suhosin_patch.h
patching file php-5.2.5/main/suhosin_patch.m4
patching file php-5.2.5/sapi/apache/mod_php5.c
patching file php-5.2.5/sapi/apache2filter/sapi_apache2.c
patching file php-5.2.5/sapi/apache2handler/sapi_apache2.c
patching file php-5.2.5/sapi/cgi/cgi_main.c
patching file php-5.2.5/sapi/cli/php_cli.c
patching file php-5.2.5/win32/build/config.w32
--16:59:40-- http://www.litespeedtech.com/packages/lsapi/php-litespeed-4.7.tgz
Resolving www.litespeedtech.com... 209.151.227.121
Connecting to www.litespeedtech.com|209.151.227.121|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24953 (24K) [application/x-gtar]
Saving to: `php-litespeed-4.7.tgz'
0K .......... .......... .... 100% 673K=0.04s
16:59:40 (673 KB/s) - `php-litespeed-4.7.tgz' saved [24953/24953]
Forcing buildconf
using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.59 (ok)
buildconf: Your version of autoconf likely contains buggy cache code.
Running cvsclean for you.
To avoid this, install autoconf-2.13.
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
shtool:echo:Warning: unable to determine terminal sequence for bold mode
shtool:echo:Warning: unable to determine terminal sequence for bold mode
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
------------
But when i look at config.log, i see a lot of "Permssion denied" for gcc. If i simply go the phpbuild directory and manually do "./configure blah blah", it works fine. And idea how to fix this?
--16:59:36-- http://download.suhosin.org/suhosin-patch-5.2.5-0.9.6.2.patch.gz
Resolving download.suhosin.org... 85.214.93.8
Connecting to download.suhosin.org|85.214.93.8|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23157 (23K) [application/x-gzip]
Saving to: `suhosin-patch-5.2.5.patch.gz'
0K .......... .......... .. 100% 40.0K=0.6s
16:59:39 (40.0 KB/s) - `suhosin-patch-5.2.5.patch.gz' saved [23157/23157]
patching file php-5.2.5/TSRM/TSRM.h
patching file php-5.2.5/TSRM/tsrm_virtual_cwd.c
patching file php-5.2.5/TSRM/tsrm_virtual_cwd.h
patching file php-5.2.5/Zend/Makefile.am
patching file php-5.2.5/Zend/Zend.dsp
patching file php-5.2.5/Zend/ZendTS.dsp
patching file php-5.2.5/Zend/zend.c
patching file php-5.2.5/Zend/zend.h
patching file php-5.2.5/Zend/zend_alloc.c
patching file php-5.2.5/Zend/zend_alloc.h
patching file php-5.2.5/Zend/zend_canary.c
patching file php-5.2.5/Zend/zend_compile.c
patching file php-5.2.5/Zend/zend_compile.h
patching file php-5.2.5/Zend/zend_constants.c
patching file php-5.2.5/Zend/zend_errors.h
patching file php-5.2.5/Zend/zend_hash.c
patching file php-5.2.5/Zend/zend_llist.c
patching file php-5.2.5/configure
patching file php-5.2.5/configure.in
patching file php-5.2.5/ext/standard/basic_functions.c
patching file php-5.2.5/ext/standard/dl.c
patching file php-5.2.5/ext/standard/file.c
patching file php-5.2.5/ext/standard/file.h
patching file php-5.2.5/ext/standard/info.c
patching file php-5.2.5/ext/standard/syslog.c
patching file php-5.2.5/main/fopen_wrappers.c
patching file php-5.2.5/main/main.c
patching file php-5.2.5/main/php.h
patching file php-5.2.5/main/php_config.h.in
patching file php-5.2.5/main/php_logos.c
patching file php-5.2.5/main/snprintf.c
patching file php-5.2.5/main/spprintf.c
patching file php-5.2.5/main/suhosin_globals.h
patching file php-5.2.5/main/suhosin_logo.h
patching file php-5.2.5/main/suhosin_patch.c
patching file php-5.2.5/main/suhosin_patch.h
patching file php-5.2.5/main/suhosin_patch.m4
patching file php-5.2.5/sapi/apache/mod_php5.c
patching file php-5.2.5/sapi/apache2filter/sapi_apache2.c
patching file php-5.2.5/sapi/apache2handler/sapi_apache2.c
patching file php-5.2.5/sapi/cgi/cgi_main.c
patching file php-5.2.5/sapi/cli/php_cli.c
patching file php-5.2.5/win32/build/config.w32
--16:59:40-- http://www.litespeedtech.com/packages/lsapi/php-litespeed-4.7.tgz
Resolving www.litespeedtech.com... 209.151.227.121
Connecting to www.litespeedtech.com|209.151.227.121|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24953 (24K) [application/x-gtar]
Saving to: `php-litespeed-4.7.tgz'
0K .......... .......... .... 100% 673K=0.04s
16:59:40 (673 KB/s) - `php-litespeed-4.7.tgz' saved [24953/24953]
Forcing buildconf
using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.59 (ok)
buildconf: Your version of autoconf likely contains buggy cache code.
Running cvsclean for you.
To avoid this, install autoconf-2.13.
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
shtool:echo:Warning: unable to determine terminal sequence for bold mode
shtool:echo:Warning: unable to determine terminal sequence for bold mode
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
------------
But when i look at config.log, i see a lot of "Permssion denied" for gcc. If i simply go the phpbuild directory and manually do "./configure blah blah", it works fine. And idea how to fix this?