Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

How to install PECL uploadprogress library

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
4 posts • Page 1 of 1
Artu
Posts: 5
Joined: Sun Aug 17, 2014 8:52 pm

How to install PECL uploadprogress library
  • Quote

Post by Artu » Sun Oct 05, 2014 9:50 pm

subj
Top

alcatel
Posts: 14
Joined: Sat Apr 19, 2014 9:25 pm

Re: How to install PECL uploadprogress library
  • Quote

Post by alcatel » Mon Oct 06, 2014 8:22 am

http://www.coolestguidesontheplanet.com ... -drupal-78 or you can try command "pecl install uploadprogress" on your server
Top

agelu
Posts: 1
Joined: Mon Oct 06, 2014 8:17 am

Re: How to install PECL uploadprogress library
  • Quote

Post by agelu » Mon Oct 06, 2014 8:23 am

If Drupal reports that PECL Uploadprogress is not installed, the following will guide you through installing it on CentOS 6.
For CentOS 6.4+

Update September 11, 2013: v 6.4+ of CentOS requires a simpler install. If you have an earlier version of 6 skip this step and continue on. If you have 6.4 or greater you may skip the other steps and simply input this command in your terminal:

user@host $sudo yum install uploadprogress
For Earlier Versions of CentOS 6

First, let's install php-devel which is a requirement of uploadprogress, then we can install uploadprogress itself.

root@host $yum install php-devel

root@host $pecl install uploadprogress

If uploadprogress doesn't install due to Pear missing then install Pear and repeat the above step.

root@host $yum install php-pear

In some cases you may receive "error: no acceptable C compiler found". If so, install GCC.

root@host $yum install gcc

To complete uploadprogress installation, in the Dynamic Extensions section of php.ini add:

extension=uploadprogress.so

Note: php.ini may be located in /etc/php.ini or if in CPanel configuration, /usr/local/lib/php.ini or /usr/local/Zend/etc/php.ini if Zend is installed.

Restart Apache:

root@host $service httpd restart
Top

Artu
Posts: 5
Joined: Sun Aug 17, 2014 8:52 pm

Re: How to install PECL uploadprogress library
  • Quote

Post by Artu » Mon Oct 06, 2014 12:40 pm

Thank you, the second instruction has helped. First instruction I have seen.
I had a problem with installing php-devel.
There shall be mounted so:

Code: Select all

yum --enablerepo=remi install php-devel
Top


Post Reply
  • Print view

4 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password