docker-nginx-http3 icon indicating copy to clipboard operation
docker-nginx-http3 copied to clipboard

Build Fails Looking for OpenSSL

Open xianclasen opened this issue 11 months ago • 2 comments

The build fails with the following error:

checking for OpenSSL library ... not found
checking for OpenSSL library in /usr/local/ ... not found
checking for OpenSSL library in /usr/pkg/ ... not found
checking for OpenSSL library in /opt/local/ ... not found

./auto/configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option.

I think it may be related to this change in BoringSSL: https://boringssl.googlesource.com/boringssl/+/c52806157c97105da7fdc2b021d0a0fcd5186bf3

xianclasen avatar Mar 05 '24 03:03 xianclasen

Confirmed, same error.

sitamet avatar Mar 06 '24 19:03 sitamet

@xianclasen / @sitamet - how are you folks compiling the sources? Using docker build?

macbre avatar Aug 03 '24 12:08 macbre