I am working on the client side field level encryption with the help of this article https://www.mongodb.com/docs/v6.0/core/queryable-encryption/tutorials/explicit-encryption/#configure-your-mongoclient-for-encrypted-reads-and-writes
I have followed the steps guided but stuck with the lib path, I am not sure which path I should use in cryptSharedLibPath
. Without this I am getting following error
panic: client-side encryption not enabled. add the cse build tag to support
Please help me to resolve it, I have just started learing mongodb so many of the terms are new to me.