I am having difficulty using libpqxx in my application due to a version conflict. libpqxx uses OpenSSL 3 and my application uses OpenSSL 1.1.1 and I can't upgrade from 1.1.1 to 3. I installed libpqxx using vcpkg, which brings in OpenSSL 3.
- Is it possible to build
libpqxxwithout the SSL support in Linux? - If
vcpkgis not an option, can building from source remove the dependency to OpenSSL? - If none of these work, is there any way to get an older version of
libpqxxwith OpenSSL 1.1.1 support?