-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.2.3
-
Component/s: None
-
None
You can get through ./configure just fine without OpenSSL installed, or its headers.
But you'll wind up getting compiler error in mongoc:
src/libmongoc/src/mongoc/mongoc-openssl-private.h:25:10: fatal error: 'openssl/bio.h' file not found
looks like the driver is missing the appropriate header checks
- is related to
-
CDRIVER-970 Prohibit creating client or pool with "ssl=true" if not build with SSL
- Closed