https://bz.apache.org/bugzilla/show_bug.cgi?id=69942

--- Comment #1 from Rainer Jung <[email protected]> ---
I built and tested Apache httpd 2.4 (and 2.4.66) with OpenSSL 3.5.5 on Solaris
10 (!) and it worked fine here.

It looks like you have a mixture of OpenSSL 1.x and 3.x libs in your running
web server process. In your stack one can see

/usr/local/apache/ssl/lib/libssl.so.3

but also

/usr/lib/sparcv9/libssl.so.1.0.0

You might need to make sure, that your build procedure does not see other
versions of OpenSSL and then also check, how you run the resulting httpd
(LD_LIBRARY_PATH). Solaris pmaps command should show you, which library files
are actually loaded by a running (httpd) process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to