Hello,
I encountered the following error when using boringssl to build Nginx:
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
It seems that BoringSSL has updated some of its interfaces, causing the
following issues during the compilation of Nginx. Is there currently any
solution to resolve this problem? Or are there other libraries that can
perfectly replace BoringSSL? The commands and error messages are as follows:
ro