DEV Community

Discussion on: Building a gRPC server in PHP

Collapse
 
muratcol profile image
Murat Colyaran

Hello sir,
This tutorial is amazing but I stuck at the make proto step. I couldn't manage to install grpc_php_plugin plugin. I didn't get any error while installation but the system can't see the plugin. I tried to add them to PATH like this:

ENV PATH "/protobuf/bin:${PATH}"
ENV PATH "/protobuf/grpc/bins/opt:${PATH}"
Enter fullscreen mode Exit fullscreen mode

But still not working. Can you help me, please?

Collapse
 
muratcol profile image
Murat Colyaran • Edited

Sir, the first Dockerfile you gave is not working. Can you check it again? Maybe you didn't update it before write here.

Collapse
 
1doneazy profile image
Eazybright😊😊

how do you know the system cannot see the plugin?

can you share some screenshots?