PECL (PHP Extension Community Library) is a repository of PHP Extensions.
Questions tagged [pecl]
107 questions
2
votes
0 answers
Instal pecl_http: raphf installed but ./configure isn't seeing it
I'm trying to install pecl_http as an extension to php.
phpise is working fine as I'm getting the configure file out. When I go to type ./configure I get the following error message;
...
checking openssl/crypto.h usability... yes
checking…

hojkoff
- 149
- 1
- 8
2
votes
2 answers
Install stomp via pecl on Fedora 16 failed (Cannot find OpenSSL's libraries)
I'm trying to install stomp php extension via pecl on Fedora 16 server. On centos I have similar problem but after installing openssl-devel everything went well and I installed stomp. On Fedora server (openssl, openssl-devel installed) I'm…

B14D3
- 5,188
- 15
- 64
- 83
2
votes
0 answers
PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/json.so' undefined symbol: ZVAL_DELREF
I have an issue where I am unable to use JSON, which would appear to be because of the following error. There is another thread on this forum this touches on a similar issue, but it's not quite the same.
I am using CentOS 5.6 and have the following…

crmpicco
- 231
- 1
- 3
- 11
2
votes
1 answer
I cannot install APC
I have php 5.3.6 and ubuntu. I want to install APC.
When I do the $ pecl install apc, I eventually get an error:
In file included from /tmp/pear/temp/APC/apc.c:44:0:
/usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal error: pcre.h: No such file or…

Mikkel Rev
- 147
- 9
2
votes
2 answers
Installing PECL package on Ubuntu -- cannot find config.m4
I've got a new Ubuntu installation set up and running, it servers PHP pages on Apache, everything works normally.
I'm trying to install a PHP-PEAR package called SCA_SDO, there's an issue with some programs I'm unfamiliar with such as phpize…

Incognito
- 302
- 4
- 17
2
votes
1 answer
Install PECL mailparse on XAMPP?
Similar to Is it possible to install Mailparse extension via PECL installation - without recompiling PHP I'm trying to install mailparse on xampp. XAMPP actually has a guide for this, and I've tried to follow…

cwd
- 2,763
- 9
- 33
- 48
2
votes
4 answers
Trouble installing xhprof
I'm currently trying to install the xhprof (PECL) extension onto my Mediatemple gridserver. I'm having a bit of a time of it since write restrictions won't allow the PECL installer to work. I've done the following:
mkdir…

starsinmypockets
- 179
- 3
- 11
2
votes
1 answer
Debian PHP 5.3 APD compile problems
I've been trying to install APD on Debian using pecl install apd. However, the command fails when entering the make stage:
make
/bin/sh /src/apd-1.0.1/libtool --mode=compile cc -I. -I/src/apd-1.0.1 -DPHP_ATOM_INC -I/src/apd-1.0.1/include…

Joe
- 344
- 2
- 7
- 23
2
votes
1 answer
Is it possible to install Mailparse extension via PECL installation - without recompiling PHP
I am putting this question basically because I want to use PHP: Mailparse extension and stuck in its installation. But, I also want to know some basics of PHP extension installation - Please check bottom - Basic Question regarding extension…

Sandeepan Nath
- 647
- 6
- 13
- 29
1
vote
2 answers
Installation of pecl_http on PHP 7.3 / Debian 9 Stretch fails
I am trying to install pecl_http in PHP 7.3, however, there is an error:
root@dev:/etc/php/7.3/mods-available# pecl install pecl_http
downloading pecl_http-3.2.0.tgz ...
Starting to download pecl_http-3.2.0.tgz (218,829…

Pinke Helga
- 141
- 2
- 8
1
vote
1 answer
php error installing imagick
System - CentOS 7.5.1804
PHP Version - 7.0.3
So, I'm trying to install Imagick in order to be able to render/make an image off the first page of a PDF.
I'm tried to understand how it is setup, but I'm missing something, so I'll reproduce what I've…

martinho
- 113
- 4
1
vote
1 answer
Pecl install ssh2, make failed
I'm trying really hard since two hours to install ssh2 with pecl... But all I get is:
/bin/sh /root/ssh2-0.11.0/libtool --mode=compile cc -I. -I/root/ssh2-0.11.0 -DPHP_ATOM_INC -I/root/ssh2-0.11.0/include -I/root/ssh2-0.11.0/main…

Tommy B.
- 1,413
- 2
- 14
- 14
1
vote
2 answers
pecl install pecl_http fails - upgrading to php7 and http.so makes trouble
Similar issue: pecl_http failed to load
So I wanted to upgrade to PHP7.0 and I believed all was fine. But I think I was missing somepages packages because i.e. I was not able to login into my ownCloud. So I wanted to install pecl_http with:
pecl…

kwoxer
- 150
- 1
- 2
- 10
1
vote
0 answers
Install Pecl PAM authentication Apache
I want to setup horde webmail 5.2.9 on my server (debian Jessie).
When I go to localhost/horde/test.php I get:
PAM Support (PECL extension): No
The PAM PECL extension is required to allow PAM authentication to be used.
To install the PAM…

balia
- 31
- 2
1
vote
0 answers
PHP unable to load dynamic library's library
I have been trying to get imagick to work on a normal lamp server. What I did:
sudo apt-get --purge remove "imagemagick"
sudo apt-get --purge remove "php5-imagick*"
service apache2 restart (lib not loaded anymore)
sudo apt-get install imagemagick…

user2693017
- 203
- 3
- 12