On August 18, 2025 6:38 PMm Daniel Stenberg wrote: >On Mon, 18 Aug 2025, rsbec...@nexbridge.com wrote: > >> I noticed that some of the tests are reporting the use of >> /usr/local/bin/openssl when building for alternate locations (e.g., >> /usr/local-ssl3.4). > >Sure, but why is that a problem? Running the tests is separate from building curl >and the test suite uses the openssl binary to generate some certs, it's not terribly >important for the tests which version as long as it works.
It is a problem because I am building curl for OpenSSL 3.5, not 1.0.2, which is sitting In /usr/local/lib. >> *** RLD ERROR ***: Unresolved Text Symbol idea_set_encrypt_key in file >> /usr/local/bin/openssl. > >That looks like you have a broken openssl binary? Nope. Each openssl build is in its own area. The break is that the curl test thinks It is using 1.0.2 while it really only has 3.5, so it dies. >> Tests should use the configured prefix, not an arbitrary openssl location. > >Why not? The prefix is for the *build*. The tests just needs the openssl tool. I cannot specify two openssl libraries simultaneously. No way. >> Anywhere I should Look for this? > >tests/certs/genserv.pl I guess? Will look, but this means I cannot certify the build. -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html