[LSWS 5.0.x] Compile PHP Error

DraCoola

Well-Known Member
#1
Since LSWS 5.0.x I've always stuck with these error mesage while compiling php with LSAPI :

Code:
**MAIN_STATUS** retrieved from /usr/local/lsws/phpbuild/buildphp_1438651576.5.progress
Preparing all source code for building PHP 5.3.29 with LSAPI 6.8
Retrieving PHP source archive from http://us1.php.net/get/php-5.3.29.tar.gz/from/us1.php.net/mirror
Extracting PHP source archive: tar -zxf php-5.3.29.tar.gz
Retrieving mail header patch from http://choon.net/opensource/php/php-5.3.29-mail-header.patch
Patching source with mail header patch
**ERROR** Could not patch source with mail header patch
But with the same Configure Parameters, LSWS 4.2.x did the job smoothly.

So I always switch to LSWS 4.2.23 first when need to compile php, and then going back to LSWS 5.0.x after it finished.
Would you mind to fix this php compiling issue on 5.0.x ?

Thanks!
 
Top