-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build
-
None
-
Server Development Platform
-
Fully Compatible
-
v4.2, v4.0
-
Platforms 2018-08-27, Platforms 2018-09-10, Dev Tools 2019-02-25, Dev Tools 2019-04-08
Currently, we just install the mongo_embedded_capi and mongo_embedded_mongoc_client libraries as bare .so or .dylib. We should install the base file under a filename that incorporates the ABI version and release information, and then form the relevant SONAME symlink and dev symlink, something like:
libmongo_embedded_capi.so -> libmongo_embedded_capi.so.1 -> libmongo_embedded_capi.so.1.4.0.2
- related to
-
SERVER-33907 CAPI library should be ABI ready
- Closed