Closed rotten closed 2 years ago
Is this still the case?
@rotten , Are you still facing this issue? Can you please close this ticket if issue has been resolved?
I am no longer using either MongoDB or a Mac, so I cannot test this. Since no one else has chimed in, either my workaround above solved it for them, or the problem has gone away with the newer macs and/or newer openssl versions. We can close this as far as I'm concerned.
Closing per @rotten comment.
When running
autogen.sh --with-master
on a Mac with Brew based gcc, openssl, and similar supporting libraries, we throw the following error:The solution is to set this environment variable before running autogen.sh:
$ export CPPFLAGS="-I/usr/local/opt/openssl/include"