compiling php 4.2.3

im attempting to compile php 4.2.3 on a redhat 7.2 box, and all goes fine until i run make install, at which time i get:


Making install in .
make[1]: Entering directory `/php/php-4.2.3'
/www/bin/apxs -i -a -n php4 libphp4.la
/www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp4.la /www/modules
sh: /www/build/instdso.sh: bad interpreter: Permission denied
apxs:Error: Command failed with rc=8257536
.
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/php/php-4.2.3'
make: *** [install-recursive] Error 1


has anyone else had problems compiling 4.2.3, or had this error?

thanks

 

 

 

 

Top