Had trouble getting PECL uploadprogress installed

I had some trouble to get PECL uploadprogress installed using the regular way running $ sudo pecl install uploadprogress

So after some googling I found a solution and it was to do the following:

1. Download the PECL uploadprogress extension

2. extract and jump into the dir

3. Run these commands

  1. sudo phpize
  2. sudo ./configure
  3. sudo make
  4. sudo make install

This was done after following this fine guide, http://tinyurl.com/bsv7gzy

Tags: 

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <p> <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.