Using yum, I installed all available protobuf packages. When I try to build some code that relies on protobuf, it looks for the file gzip_stream.h in google/io/protobuf, but doesn't find it.<br />
<br />
An individual on stack overflow who appears to be a protobuf developer said the following:<br />
<br />
"This sounds like a bug in CentOS's protobuf package -- they probably built the package without gzip support (it's a compile-time option), but they should really include it."
↧