Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
2.3.2
-
None
Description
Right now it is not possible to build the C++ driver with MONGO_SSL defined from the standalone source (out of the tarball); you need to use the "mongoclient" target with the full server source. The standalone C++ driver builds (which use distsrc/client/SConstruct to build) should in general mirror the same compilation flags that are used to build libmongoclient.a. Otherwise, we're going to be dealing with supporting two libmongoclient.a's that differ based on how the user decided to build them.