Fedora install pecl uploadprogress

To install pecl-uploadprogress you might need to do the following

1 - Login as root.

$ su -l
Password: "Enter your root password"

2 - check if php-devel is already installed. So just run the following command and if it is not present it will install it and if it is prsent it will just update it.

$ yum install php-devel

3 - Once php-devel is installed just run the following command to install pecl-uploadprogress

$ pecl install uploadprogress

4 - Once it is installed add the following line to your php.ini file

extension=uploadprogress.so

4 comments on Fedora install pecl uploadprogress

  1. Cottsay (not verified)
    Fri, 12/30/2011 - 23:04

    I can confirm both of these, as well as add "make" to the list. This means that step 2 should be more like:

    yum install php-pear gcc make

  2. Pierre (not verified)
    Fri, 08/26/2011 - 17:00

    Need GCC too
    yum install gcc

  3. Zydoon (not verified)
    Sun, 11/07/2010 - 13:37

    Hi,

    we need php-pear to get pecl:
    yum install php-pear

  4. Zydoon (not verified)
    Sun, 10/03/2010 - 18:32

    Hi this is perfect thank you

  5. Post new comment

    The content of this field is kept private and will not be shown publicly.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    • Lines and paragraphs break automatically.

    More information about formatting options

    By submitting this form, you accept the Mollom privacy policy.