Re: [grpc-io] Error when building gRPC PHP Plugin on CentOS 7

2018-11-28 Thread 'Stanley Cheung' via grpc.io
You would need to cd into grpc/third_party/protobuf, then do a "git clean -f -d -x". Go back to the grpc/ directory and to make again. On Mon, Nov 26, 2018 at 3:01 PM jisooh via grpc.io wrote: > Hi, > > I am trying to follow the steps outlined > https://grpc.io/docs/quickstart/php.html to instal

[grpc-io] Error when building gRPC PHP Plugin on CentOS 7

2018-11-26 Thread jisooh via grpc.io
Hi, I am trying to follow the steps outlined https://grpc.io/docs/quickstart/php.html to install gRPC and protobuf for PHP on CentOS 7 but I am running into an error on when I am trying to build the PHP Protoc Plugin. I am installing the gRPC PHP extension and Protobuf Runtime library via PEC