make: *** [ext/posix/posix.lo] Error 1 During PHP Compile

#1
Hi,



I am trying to compile PHP via the admin console on the latest version of LiteSpeed enterprise.

Compile always fails for both php5/php4. I've checked the log files and I noticed

Code:
/usr/local/lsws/phpbuild/php-5.2.6/ext/posix/posix.c: In function 'zif_posix_uname':
/usr/local/lsws/phpbuild/php-5.2.6/ext/posix/posix.c:471: error: 'struct utsname' has no member named 'domainname'
make: *** [ext/posix/posix.lo] Error 1


I dont know what is wrong. Any suggestions?





Thanks,
Bob
 
Top