Hello everyone,
I want to install last mongoc driver stable version 1.9.3 using my custom installation of openssl library that I have already builded before as a 3rd party.
But I don't find the right option for ./configure for specifying a custom openssl path, for example something like: ./configure --with-openssl=/path/to/custom/location --enable-ssl=openssl
But when I am doing that I have an error saying that I need to install openssl: "You must install the OpenSSL libraries and development headers to enable OpenSSL support.".
So it doesn't detect my custom path, how can I make that work ?
Thanks,
Hugo.