You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting OPENSSL_DIR implies OPENSSL_LIB_DIR=$OPENSSL_DIR/lib which isn't true for OpenSSL 3.0, OpenSSL switched to using lib64 by default in 3.0.0-beta2.
Add support for --libdir option and LIBDIR variable in makefiles. This makes it possible to install openssl libraries in locations which have names other than "lib", for example "/usr/lib64" which some systems need.
The text was updated successfully, but these errors were encountered:
Setting
OPENSSL_DIR
impliesOPENSSL_LIB_DIR=$OPENSSL_DIR/lib
which isn't true for OpenSSL 3.0, OpenSSL switched to usinglib64
by default in 3.0.0-beta2.https://www.openssl.org/news/changelog.html#openssl-30
The text was updated successfully, but these errors were encountered: