Page 1 of 1

Autoconf Issue

PostPosted: 01. September 2008 00:07
by jamesJF
Hey guys,

I'm trying to set up FFMPEG on my Ubuntu 8.04 linux XAMPP 1.6.7 installation. So far things have been going quite well but with me being a bit of a linux/XAMPP noob I've come to a standstill after coming so close to completion.

At the moment I'm trying to compile FFMPEG-PHP. In the directory that FFMPEG-PHP has been extracted to, I'm using the following command to run phpize:
Code: Select all
/opt/lampp/bin/phpize


However, running that is returning the following error:
Code: Select all
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.


I was having some problems with phpize not being able to find the Zend module and Extension which I solved by extracting the XAMPP development package into the /opt/lampp/ directory.

I'm really stumped as to what is causing this error. I've been trawling the net looking for a solution but have come back empty handed. I'm just hoping one of you guys has a solution.

Many thanks in advance,
James

PostPosted: 01. September 2008 13:55
by glitzi85
Code: Select all
apt-get install autoconf


glitzi

PostPosted: 02. September 2008 17:13
by jamesJF
Heh, thanks. So simple really.

All working now thanks :D.


Regards,
James