I'm new to Grpc and protobuf. I was trying to run some example as mentioned in
https://grpc.io/docs/quickstart/php/. Basically creating a service at nodejs and trying to creating to create a php client. I completely followed the instruction to some extent. I cloned the repo git clone -b v1.21.0
https://github.com/grpc/grpc and
make grpc_php_plugin command prompts
Makefile:15280: *** multiple target patterns. Stop I couldn't find a solution for it and followed by this step
sh route_guide_proto_gen.sh gives me an error
--grpc_out: protoc-gen-grpc: The system cannot find the path specified. I'm not sure whether I missed something here. I would really appreciate if someone could help me figure out this problem. Thanks in advance.