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

cmake find_package doesn't locate OpenSSL3 any more #28

Closed
baentsch opened this issue Jul 30, 2021 · 0 comments · Fixed by #29
Closed

cmake find_package doesn't locate OpenSSL3 any more #28

baentsch opened this issue Jul 30, 2021 · 0 comments · Fixed by #29

Comments

@baentsch
Copy link
Member

It seems OSSL3 now installs libs into INSTALLDIR/lib64 where it's not found by cmakes "find_package" any more
-> Local fix required (soft-linking libssl and libcrypto into .local/lib) or upstream bug?

Tagging @levitte: Is this an intentional change --probably very recent, as we always follow OSSL master here-- (installing OSSL libs into INSTALLDIR/lib64 instead of INSTALLDIR/lib) or should I open an issue in https://github.com/openssl/openssl/issues (didn't find anything there searching for these tags)?

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