What OS is this on?
Oct 5, 2020
9
Level 2
Install gRPC for PHP
I want to install gRPC for PHP 7.3. I followed Google Cloud documentation (https://cloud.google.com/php/grpc#using-pecl).
I use:
Ubuntu 16.04 x64
Nginx, PHP 7.3
PEAR Version: 1.10.8
I install:
sudo apt-get install autoconf zlib1g-dev php-dev php-pear
sudo pecl install grpc
But I am getting this error:
No releases available for package "pecl.php.net/grpc"
install failed
I don't know what is wrong.
It is php -v:
PHP 7.3.22-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Sep 9 2020 06:46:12) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.22, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.22-1+ubuntu16.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
Please, help me.
Please or to participate in this conversation.