Level 88
You can find the details here: https://github.com/grpc/grpc/blob/master/BUILDING.md
2 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want to install gRPC to ubuntu 16.04 for PHP. I followed the official documentation: https://cloud.google.com/php/grpc#build-from-source
When I run this command:
sudo make install
I am getting this error:
Installing via 'make' is no longer supported. Use cmake or bazel instead. Please consult BUILDING.md to get more information.
How can I use cmake or bazel to install? Please, help me.
Note:
I can not user PECL. PECL's website is blocked by my hosting provider. That's why I need to build it manually.
Please or to participate in this conversation.