Hello all, I'm working on a game project, which has multiple dependencies, including curl and openssl. My goal is to have it working on its own, without any system level dependencies, asside from those which do not make sense to have at project level (such as X11, glibc, etc.). I was able to use LD_FLAGS and CFLAGS set the appropriate directories to the openssl build and source directories respectively, however it does not seem to have any effect, as the version I have available is 3.0, but curl is linking against 1.1.0 (which I can assume is my system version, as my project libraries directory does not contain openssl.so.1.1.0 or similar after copying all built shared objects to this directory). I was wondering how to adjust this so that it uses the locally built version, rather than a system-wide version. ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
Local Build Environment - Can't set openssl directory?
connor horman via curl-library Sun, 01 Dec 2019 07:25:54 -0800
- Local Build Environment - Can't set opens... connor horman via curl-library
- Re: Local Build Environment - Can't ... Daniel Stenberg via curl-library
