Questions tagged [pecl]

PECL (PHP Extension Community Library) is a repository of PHP Extensions.

107 questions
0
votes
1 answer

Issues using PHP Trader Functions: Call to undefined function trader_ma()

I'm attempting to install the Trader extension on my mac, currently using MAMP. I believe the install was done correctly but can't seem to use them. Here is my feedback from terminal sudo pecl install trader pecl/trader is already installed and is…
shenn
  • 101
  • 2
0
votes
1 answer

Installing GnuPG extension for PHP on Centos 6.9 Multiple PHP versions

I am trying to install gnuPG pecl module for PHP on a server where multiple PHP versions are install 5.3, 5.6 and 7.0. I was able to just use pecl install gnupg for the base 5.3 install. However when trying to manually phpize and ./configure for the…
Shaun Forsyth
  • 160
  • 1
  • 5
0
votes
2 answers

IP2Location PECL Extension won't install on Mac can't link to bundle only dylib

I've been trying for the past 2 days to install IP2Location on my Mac. I've managed to install IP2Location C Library, now PECL extesion is causing issues. I've ran phpize and then 'sudo ./configure' and I get the following error: checking for…
David
  • 841
  • 3
  • 14
  • 31
0
votes
1 answer

Tell APT to use package installed from source for a dependency

I'm on a raspberry pi (which I'm using as my web server for my consulting business) and I'm trying to install package php7.0-dev. However if I have this problem: sudo apt-get install php7.0-dev Reading package lists... Done Building dependency…
Element Zero
  • 195
  • 1
  • 7
0
votes
0 answers

Unable to install pecl imagick

Environment: CentOS 6.8 PHP 5.6.5 (installed via Software Collections) I'm getting the following error when trying to install imagick: [root@vm ~]# pecl install imagick No releases for package "pecl/imagick" exist install failed I'm able to…
Alpha01
  • 406
  • 3
  • 11
0
votes
2 answers

PECL install imagick using wrong php version

I'm running a server on centos 6.8, and running a magento 2 site on this. The default version of php is 5.3.3, however the site itself is running on 5.6.5. The latest upgrade to magento2 requires the imagick extension installed and included in…
ol'bob dole
  • 101
  • 3
0
votes
2 answers

Make fails attempting to install svn-1.0.2

Trying to figure out whats going on with this error so we can successfully install svn-1.0.2 I am using the command, echo -e "\n" |pecl install svn-1.0.2 root@us-east-1d-tengu-queuerunner-prod-141-8.mhecloud.com[/logs/apache]> echo -e "\n" |pecl…
ehime
  • 597
  • 2
  • 7
  • 15
0
votes
1 answer

pear/MDB2_Driver_oci8 requires PHP extension "oci8"

I got this Error: unable to find package 'MDB2_Driver_oci8' file 'MDB2/Driver/oci8.php' so I tried to install it with pear install MDB2_Driver_oci8-1.4.1 but following Error is showing up pear/MDB2_Driver_oci8 requires PHP extension "oci8" No…
SystemCookie
  • 169
  • 1
  • 14
0
votes
0 answers

How to Install Imagick PHP extension on Centos 5?

Can anyone advise me if it is possible to install the Imagick PHP extension on CentOS 5, running PHP 5.3, and if so, how? When I try to use pecl to install Imagick using sudo pecl install imagick I get an error stating that the package requires PHP…
Ambulare
  • 141
  • 4
0
votes
0 answers

Upgrade SQLite Library for php 5.4

My php version is 5.4 This is what I get in phpinfo pdo_sqlite PDO Driver for SQLite 3.x enabled SQLite Library 3.6.20 I really need to update this driver. On PHP 5.3 you could do this with commands like yum install php5-sqlite, but now it…
0
votes
2 answers

Undefined php function http_post_data on Ubuntu server

Added the following under Dynamic Extensions in both php.ini's (Apache's, and the normal one found with: sudo updatedb && locate php.ini) extension=raphf.so extension=propro.so extension=http.so Ran the following installs, which all worked: sudo…
Jonathan
  • 272
  • 1
  • 13
0
votes
1 answer

Call to undefined function apd_set_pprof_trace()

have hundreds of php files which initiates mails throw SMTP server using "mail()" function. Now the this SMTP is shutting down in few-days and we are asked to contact external EmailWebService to send mails. I have written code to contact…
Siva Kumar
  • 171
  • 1
  • 3
0
votes
1 answer

Install a pecl package (gmagick) without PHPize

I am running Debian Wheezy with PHP5.5 (not the default PHP version of Wheezy). I want to install gmagick (already installed graphicsmagick from aptitude). So I did this command line : pecl install gmagick-beta And here is the error Starting to…
Kalzem
  • 145
  • 2
  • 10
0
votes
1 answer

Missing PHP libevent functions

I've instaled php-pecl-event library, but I cant see any library function: [root@server ~]# php -r "var_dump(function_exists('event_free'));" bool(false) [root@server ~]# php -r "var_dump(function_exists('event_add'));" bool(false) [root@server ~]#…
Boban P.
  • 705
  • 1
  • 6
  • 20
0
votes
0 answers

install ImageMagic library to php

When i try to sudo pecl install imagick i get this message: Can't find PHP headers in /usr/include/php The php-devel package is required for use of this command. ERROR: `phpize' failed And sudo yum install php-devel gives me broken…
Ben
  • 101
  • 3