How to install pecl uploadprogress on Debian Lenny
Posted
by
kidrobot
on Server Fault
See other posts from Server Fault
or by kidrobot
Published on 2010-11-26T05:53:34Z
Indexed on
2011/03/01
15:26 UTC
Read the original article
Hit count: 335
debian-lenny
|php-extensions
I am getting this output/error for
# pecl install uploadprogress
downloading uploadprogress-1.0.1.tgz ...
Starting to download uploadprogress-1.0.1.tgz (8,536 bytes)
.....done: 8,536 bytes
4 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
building in /var/tmp/pear-build-root/uploadprogress-1.0.1
running: /tmp/pear/temp/uploadprogress/configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
ERROR: `/tmp/pear/temp/uploadprogress/configure' failed
php-pear is installed. I'm stumped.
© Server Fault or respective owner