- In my ubuntu server "make" was not installed and you will need it to compile the code of the uploadprogress pecl extension.
apt-get install make - Next we need "phpize" which will compile the code to make it part of the php library. apt-get install php5-dev
- The next line will download and compile the pecl extension.
pecl install uploadprogress - Add the extension to php.ini by adding this line extension=uploadprogress.so
- Restart apache
/etc/init.d/apache2 restart
Installing PECL uploadprogress Extension for Drupal on ubuntu server
Submitted by Michel on Sun, 2010-01-03 00:18
PECL are PHP Extensions. this one in particular is used by drupal to show an upload progress bar.
thanks man
thanks man its working
thanks man
its working----
Post new comment