PECL (PHP Extension Community Library) is a repository of PHP Extensions.
Questions tagged [pecl]
107 questions
0
votes
2 answers
Apache fails to start after PHP upgrade on CentOS 6.5 x64
I have a developer server with CentOS 6.5 and PHP 5.5.11 (latest from REMI repos). Today I did:
yum --enablerepo=remi,remi-php55 update
That updated Apache and some other libraries like Mongo for PHP (PECL I thought). After the update, I restarted…

ReynierPM
- 710
- 5
- 14
- 30
0
votes
0 answers
uploadprogress.so is installed, but does not appear in phpinfo
I'm on RHEL6 (Red Hat Enterprise Linux Server release 6.5 (Santiago)), but I've upgraded PHP to version 5.4.16. I've downloaded and installed the PECL uploadprogress library version 1.0.3.1 that is supposed to be compatible with my version of…

Free Radical
- 131
- 9
0
votes
1 answer
SQLite on latest PHP (>= 5.4)
http://www.php.net/manual/en/sqlite.installation.php
Beginning with PHP 5.4, this extension is available only via PECL.
http://pecl.php.net/package/SQLite
This package is not maintained anymore and has been superseded.
So, how am I supposed to…

Ansis Māliņš
- 175
- 1
- 10
0
votes
2 answers
nginx returning error 502 when get not exist key on memcached
I use nginx 1.2.3(php-fpm) php 5.4.7 pecl memcached 2.1.0 memcached 1.4.15
If memcached service stops or gets a not found key, nginx returns 502 error and in error_log I see:
2013/11/19 17:37:04 [error] 3972#0: *554345 recv() failed (104: Connection…

ooghry
- 1
- 2
0
votes
1 answer
Wrong php_sufix config variable in MAMP
I've just installed MAMP and I'm trying to install the Mongo extension via pecl but I'm getting an error:
jonesy:bin Billy$ sudo pecl install mongo
downloading mongo-1.4.4.tgz ...
Starting to download mongo-1.4.4.tgz (141,242…

iamjonesy
- 249
- 1
- 5
- 16
0
votes
2 answers
make failed during pecl install oauth
I'm trying to install the pecl oauth package, but get an error:
root@ubuntu:/# pecl install oauth
downloading oauth-1.2.3.tgz ...
Starting to download oauth-1.2.3.tgz (45,531 bytes)
.............done: 45,531 bytes
6 source files, building
running:…
user152253
0
votes
1 answer
Install PECL extensions Error on DV
I'm following the instructions to install PECL Extensions on a Media Temple DV 4 based on these instructions: http://wiki.mediatemple.net/w/(dv):Install_PECL_extensions.
When running:
pecl install uploadprogress
It says:
pecl install…

TechRemarker
- 358
- 1
- 6
- 17
0
votes
1 answer
APC module causing strange error
When I run
php -v
I get:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: php_pcre_exec in Unknown on line 0
This isn't my first rodeo. I've setup APC…

clifgriffin
- 101
- 2
0
votes
2 answers
Can't seem to install imagick
I'm trying to install the PHP PEAR PECL extension "imagick" (image magick), but failing horribly. It seems that I keed installing packages to progress, but this one has me stumped. It seems to fail all the way at the bottom.
Please Note: I'm using…

TheFrack
- 191
- 1
- 2
- 12
0
votes
1 answer
Installing PHP-FPM (PHP 5.4) on Ubuntu with NGiNX
Here is the cmd:
pecl install apc
Result:
downloading APC-3.1.9.tgz ...
Starting to download APC-3.1.9.tgz (155,540 bytes)
.................................done: 155,540 bytes
54 source files, building
running: phpize
Configuring for:
PHP Api…

jnbdz
- 927
- 5
- 24
- 46
0
votes
1 answer
Debian 6.0: install mysqlnd_ms
I'm trying to install mysqlnd_ms on my new server (Debian 6.0 i386).
To do so, I've tried as follow :
I install php5-5.4.0-3 and php5-mysqlnd by testing repo.
After read this link:1, I try to install mysqlnd_ms by pecl so I install php5-dev and…

alexgindre
- 25
- 1
- 6
0
votes
1 answer
bad interpreter and phpize failed
Trying to install do the following on Centos 5:
[root@d ~]# pecl install imagick
I got the following output:
downloading imagick-3.0.1.tgz ...
Starting to download imagick-3.0.1.tgz (93,920 bytes)
.....................done: 93,920 bytes
13 source…

user114671
- 177
- 7
0
votes
1 answer
Configuration Issues with PECL and PHP-FPM
I'm using Ubuntu Natty. I recently installed NGINX 1.0.6 and PHP 5.3.8 (with --enable-fpm) from source. Everything went ok and I tested it with an info.php page with phpinfo().
I then installed APC and Memcache using PECL i.e. pecl install apc, etc.…

Obi Hill
- 77
- 5
- 12
0
votes
2 answers
PEAR_Installer_Role_Pear_Installer_role_doc error
I try to install imagick in mint 9 (lxde) and there is error
nerkn@nerkn-laptop ~/siil $ sudo pecl install imagick
downloading imagick-3.0.1.tgz ...
Starting to download imagick-3.0.1.tgz (93,920 bytes)
.....................done: 93,920 bytes
ERROR:…

nerkn
- 195
- 2
- 10
0
votes
1 answer
Error when installing PECL Oauth Extension on CentOS 5.6
I'm trying to install the PECL OAuth extension on CentOS 5.6, I have all the required dependencies installed, but I can't get past this error:
downloading oauth-1.1.0.tgz ...
Starting to download oauth-1.1.0.tgz (44,731 bytes)
............done:…

Chris
- 31
- 1
- 5