Skip to content
Advertisement

Tag: pecl

PECL PCSC install on PHP 7.4

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

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

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

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

Advertisement