Symptoms
You try to install the grpc extension via PECL, but the install fails with an error like this:
/root/tmp/pear/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc:279:49: error: no matching function for
call to 'StrFormat(const char [30], const string&, grpc_core::GrpcLbClientStats*)'
Description
The grpc extension requires gcc version 4.9 or higher, which is not currently available for CentOS 7.
Workaround
Install the extension on a CentOS 8 server.
Comments
0 comments
Article is closed for comments.