I am using PHP code that relies on the package: https://pecl.php.net/package/pcsc Finally I need to update from PHP 5 to PHP 7 (late enough). The REMI repo for CentOS unfortunately does not support PCSC for PHP7 anymore so I tried to install it manually by using the command: But I get a bunch of errors (see below). Is there a
Tag: pecl
PECL Package Installation Fail In Docker
When installing opencensus-alpha from PECL package manager in docker as part of dockerfile, an error is thrown /bin/sh: pecl: not found Dockerfile Is there any easy way opencensus-alpha can be installed and enabled in a docker container Answer You’ll need the php7-pear package to get the pecl command, and you’ll need php-dev, gcc, musl-dev, and make packages for pecl and
How can I install a pecl extension like mcrypt in DDEV-Local’s web container?
In PHP 7.2 and higher the mcrypt extension is no longer available, but my project depends on it. I know that the project shouldn’t be using something as ancient as mcrypt, but I don’t have any say in this. I know that mcrypt was removed from PHP7.2+ but is still in pecl. What can I do for this project to
Fatal error while: sudo pecl install mongodb
I have problem to install mongodb with pecl. After sudo pecl install mongodb it’s always give me fatal error: ‘php.h’ file not found #include 1 error generated. make: *** [php_phongo.lo] Error 1 ERROR: ‘make’ failed System MacOS Mojave, Xcode was updated Thanks! Answer Problem was probably that I install oldest version PHP than was installed on my mac, after changing
Install PECL on Mac OS X 10.6
Is there any way to install PHP:s PECL handler on Mac OS X 10.6, to be used with the bundled PHP?
geoip + pecl + 64 bits box
Has anyone tried to install geoip over pecl on a 64bits box? I can install geoip just fine using these commands on my 32bits fedora box. I can’t on the 64bits version. Any ideas why? yum install make gcc cpp gcc-c++ glibc glibc-headers php-pear php- devel geoip geoip-devel pecl install geoip => on the 64bits version it breaks here with