Problem to compile php in litespeed

Status
Not open for further replies.

ra3ou1

Member
15
2013
0
0
hi dear

when i buid php in litespeed panel with easyphp give me this error

please help me to solved this

Code:
[h=2]Build PHP Using Apache Configuration with LSAPI[/h]  [B]Progress: [/B]      [B]Stopped due to Error[/B] 
   ==============================================
Start building PHP 5.3.28 with LSAPI
==============================================
Tue Jan 28 19:04:11 IRST 2014

Changing to build directory /home/cpeasyapache/ls.src
Detected php build directory for cPanel /home/cpeasyapache/src/php-5.3.28
Same source code will be copied over

Query lastest LSAPI version: 6.6
php-litespeed-6.6.tgz already downloaded, use the saved copy
Extracting LSAPI archive: tar -xzf php-litespeed-6.6.tgz

Finished gathering all the source code

Generating configuration script
Forcing buildconf
buildconf: checking installation...
buildconf: You need autoconf 2.59 or lower to build this version of PHP.
           You are currently trying to use 2.63
           Most distros have separate autoconf 2.13 or 2.59 packages.
           On Debian/Ubuntu both autoconf2.13 and autoconf2.59 packages exist.
           Install autoconf2.13 and set the PHP_AUTOCONF env var to 
           autoconf2.13 and try again.
make: *** [buildmk.stamp] Error 1
**ERROR** Could not generate configuration script
 
2 comments
If you are using Ubuntu or Debian try:
sudo apt-get install autoconf213
export PHP_AUTOCONF=/usr/bin/autoconf-2.13

and then try the php build again.
 
no , i'am used Centos 6

autoconf 2.63 already installed and latest version

__________________
Added after 4 Hours 19 minutes:

can help me to remove autoconf?
 
Last edited:
Status
Not open for further replies.
Back
Top