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
I tried to find what it's used for, I believe it's only needed for usernames and passwords (and maybe collection names etc.) that use non-ASCII. For me that's not needed at all. I also got away with disabling ZSTD compression in the build so it's now a little smaller and more portable.
I upgraded to a newer version of the library to get support for mongodb 6.
However, it now needs libicu of a particular version, this is a problem for distribution as different linuxes have different icu version available.
I think this can be solved by adding ENABLE_ICU=OFF to the build script of
mongoc-sys
, i'm going to try making a local fork with that option added...The text was updated successfully, but these errors were encountered: