On August 18, 2025 10:43 PM, Dan Fandrich wrote: >On Mon, Aug 18, 2025 at 09:13:10PM -0400, Randall via curl-library wrote: >> It is a problem because I am building curl for OpenSSL 3.5, not 1.0.2, >> which is sitting In /usr/local/lib. > >Can't you add the path to the openssl binary you want to use first in the PATH?
Yes. They are already. The OpenSSL folder prefix is /usr/local-ssl3.4/lib. The problem is that the test Script assumes openssl is in /usr/local/bin/openssl. This is the wrong version. Curl should use the Openssl version supplied to configure in tests, not hard-code the location. If /usr/local/lib comes first, the entire test suite fails because curl is build expecting /usr/local-ssl3.4/lib. -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html