You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to install on OS X El Capitan (10.11.5) via curl -fsSL https://goo.gl/getgrpc | bash -.
Getting the errors: checking zlib version... ok (1.2.0.4 or later) checking for library containing zlibVersion... no configure: error: in/private/tmp/google-protobuf-20160630-91559-qosh8/protobuf-3.0.0-beta-3.1':configure: error: --with-zlib was given, but no working zlib library was found`
I have zlib installed through homebrew, but I suspect that google-protobuf is expecting devel of zlib and fails.
The text was updated successfully, but these errors were encountered:
Attempting to install on OS X El Capitan (10.11.5) via
configure: error: --with-zlib was given, but no working zlib library was found`
curl -fsSL https://goo.gl/getgrpc | bash -
.Getting the errors:
checking zlib version... ok (1.2.0.4 or later)
checking for library containing zlibVersion... no
configure: error: in
/private/tmp/google-protobuf-20160630-91559-qosh8/protobuf-3.0.0-beta-3.1':I have zlib installed through homebrew, but I suspect that google-protobuf is expecting devel of zlib and fails.
The text was updated successfully, but these errors were encountered: