Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPENSSL_DIR does not work with OpenSSL 3.0 #1581

Closed
messense opened this issue Dec 13, 2021 · 0 comments · Fixed by #1582
Closed

OPENSSL_DIR does not work with OpenSSL 3.0 #1581

messense opened this issue Dec 13, 2021 · 0 comments · Fixed by #1582

Comments

@messense
Copy link

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.

https://www.openssl.org/news/changelog.html#openssl-30

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant