Install APC-3.0.8 Error

bigboy

Verified User
Joined
Nov 25, 2005
Messages
231
Location
USA
cd /usr/local/src
wget http://pecl.php.net/get/APC-3.0.8.tgz

wait for package to download

3. find phpize and php-config paths type:

whereis phpize

output looks like:

phpize: /usr/bin/phpize /usr/local/bin/phpize

whereis php-config

output looks like:

php-config: /usr/bin/php-config /usr/local/bin/php-config

4. extract files type:

gunzip -c APC-3.0.8.tgz | tar xf -

5. change to directory:

cd APC-3.0.8

6. install referencing the paths in step #3 type the following 4 lines one after the other

# /usr/bin/phpize


error

mars# /usr/local/bin/phpize
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20050606
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.
 
Back
Top