pecl Questions

2

Is it possible to list all versions of a pecl package? pecl search xdebug, for example, only lists the latest 3.0.1 version. But I'm wanting the latest 2.x version.
Niall asked 21/12, 2020 at 19:49

4

Ok, so after a day of messing about with various things such as Fink, Macports, Pecl, etc. I have managed to install the oauth.so module on OSX. However, I use MAMP locally, which I think uses it...
Sorcerer asked 10/11, 2010 at 14:59

6

As I'm trying to load mcrypt extension module from PHP 7.2.X version. So I tried to make use of PECL library that is compatible to the current version of my PHP, in order to get installed and follo...
Paneling asked 16/1, 2018 at 6:51

10

Solved

So it looks like the new 'System Integrity Protection' lockdown of /usr (among other directories) makes pear and pecl a non-starter. Has anyone found a workaround short of disabling it?
Hornbook asked 1/10, 2015 at 17:4

4

I tried to follow: PHP Warning: PHP Startup: Unable to load dynamic library 'mcrypt.so' sudo apt-get -y install gcc make autoconf libc-dev pkg-config sudo apt-get -y install php7.2-dev sud...
Scruff asked 14/4, 2019 at 17:22

1

Solved

Xdebug was updated to version 3 and currently it will be installed in its latest version when I run pecl install xdebug This broke a Dockerfile and an XDebug setup. While I plan to upgrade t...
Trover asked 27/1, 2021 at 16:42

3

I am trying to install pecl mongodb and memcached extensions on the latest Mac OS for php 7.4. Get same errors: pecl install memcached ... creating libtool appending configuration tag "CXX&quo...
Magma asked 12/10, 2020 at 15:56

5

I need Mcrypt extension for my CMS to work. It's not distributed with PHP windows build, and I can't find any compiles. I downloaded sources, and compile php with key --enable-mcrypt=shared, but it...
Epicurean asked 4/12, 2017 at 23:42

4

Solved

I have installed both php5.6 and php7.0 from PPA on Ubuntu according to this manual http://lornajane.net/posts/2016/php-7-0-and-5-6-on-ubuntu But I didn't get how to install extensions using pecl...
Dander asked 4/11, 2016 at 9:57

3

I want to install the PHP PECL HTTP extension in my XAMPP environment (OS is Windows). I have attempted to add multiple variations of the php_http.dll extension into my ext directory, and added ext...
Aras asked 28/5, 2015 at 14:46

2

Solved

Having a mare with this. I'm trying to install the latest PHP mongo DB Drivers. I've looked everywhere and tried everything suggested but it will not get passed this error: In file included from...
Appellate asked 3/11, 2016 at 0:36

5

Solved

I am getting this error, when trying to install Zip for PHP 7: pecl install zip yields the error configure: error: Please reinstall the libzip distribution I did not find anything related ...
Idio asked 19/8, 2017 at 20:10

7

Solved

I've upgraded my MacBook to Mavericks and ruined my development environment. The problem I have right now is that my pear/pecl still tries to install for my previous (5.3) version of PHP instead of...
Illuse asked 24/10, 2013 at 9:13

2

For a few days I'm trying to install php-redis extension. Try use brew and getting this... $ brew install php71-redis Error: No available formula with the name "php71-redis" ==> Searching f...
Charge asked 12/7, 2018 at 13:44

8

Solved

pecl install cassandra produces an error: configure: error: Unable to load libcassandra ERROR: `/tmp/pear/temp/cassandra/configure' failed This error message is subject of another question here ...
Courses asked 7/10, 2015 at 16:41

2

I'm trying to install OAuth version 1.2.3 locally with pecl install (running PHP 5.6.10 on Mac OSX El Capitan). Running the following in command prompt: sudo pecl install oauth-1.2.3 Installatio...
Kero asked 18/1, 2016 at 9:9

1

I use the mac mojave and am trying to install the grpc: sudo pecl install grpc I use MAMP. The triggered error is: / bin / sh /private/tmp/pear/install/pear-build-root9h4CAG/grpc-1.16.0/lib...
Bertrand asked 3/12, 2018 at 0:11

2

Solved

I'm trying to install sqlsrv by using the commands from this page. However, when running pecl install sqlsrv-4.2.0preview I get the error: Error 1 ERROR: 'make' failed. I tried : apt-get upda...
Janessa asked 24/5, 2017 at 8:47

1

my php version is 7.3.1 I can see the pecl is installed on my mac but . whenever I am trying to access it through the terminal, it says pecl:command not found. Please help me with the same.
Wickiup asked 4/2, 2019 at 17:6

2

I use my Mac to develop three projects: a Android app, a iPhone app, and a Symfony project. My Symfony project uses Redis and APCu extensions. This was installed (6 months ago) via PECL using: su...
Sherri asked 26/9, 2018 at 8:0

2

Trying to install redis extensions for php 7.0 on my high sierra apache. brew install php-redis - doesn't work. brew install [email protected] - doesn't work. brew install php70-redis - doe...
Sleek asked 24/5, 2018 at 0:51

2

I'm trying to install the PHP statistics package on my Ubuntu 16.04 LTS server, and I'm stuck. First off, config stuff: $ apache2 -v Apache/2.4.18 (Ubuntu) $ php -v PHP 7.0.15-0ubuntu0.16.04.4 ...
Detached asked 22/3, 2017 at 20:57

0

I am trying to install SWOOLE on my Ubuntu-16.04 I tried this sudo pecl install swoole But am getting a long list of errors(Skipped some lines) In file included from /tmp/pear/temp/swoole/php_sw...
Disgraceful asked 16/9, 2018 at 14:24

4

I am using CodeIgniter and PHPExcel to read and write to excel files. Everything worked fine in localhost, but when I uploaded my PHP CodeIgniter application to the server in pagodabox I got the b...
Unstable asked 16/4, 2013 at 17:35

3

Solved

I've installed "PHP PECL EXTENSION/MODULE ON UBUNTU". At the end, I was asked to add some configuration lines in the a file called php_ini that can be found in this path: /etc/php5/apache2/php.in...
Nobe asked 15/9, 2014 at 16:36

© 2022 - 2024 — McMap. All rights reserved.