grpc icon indicating copy to clipboard operation
grpc copied to clipboard

Not sure how to properly install

Open yellow1912 opened this issue 1 year ago • 3 comments

I'm trying to install this one, but I run into issues (probably due to mis-translation)

Anyhow, it seems to say that I should install Protobuf and grpc_php_plugin, but I should not enable these plugins? Does it mean I should not add the extensions to the conf.d folder of PHP?

Also, when I tried to run generate_grpc.sh I get the following error:

program not found or is not executable --grpc_out: protoc-gen-grpc: Plugin failed with status code 1.

Please let me know what I should do to fix this.

yellow1912 avatar Oct 06 '22 14:10 yellow1912

https://github.com/grpc/grpc/tree/master/src/php#protocol-buffers

image

twose avatar Oct 07 '22 11:10 twose

No mis-translation I guess, do not usegrpc.so, but protobuf.so and grpc_php_plugin are needed.

twose avatar Oct 07 '22 11:10 twose