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 not found #314

Open
daisuke1227 opened this issue Feb 17, 2024 · 4 comments
Open

openssl not found #314

daisuke1227 opened this issue Feb 17, 2024 · 4 comments

Comments

@daisuke1227
Copy link

"/home/vshell/zsign/openssl.cpp:8:10: fatal error: openssl/provider.h: No such file or directory
8 | #include <openssl/provider.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/zsign.dir/build.make:118: CMakeFiles/zsign.dir/openssl.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/zsign.dir/all] Error 2
make: *** [Makefile:91: all] Error 2"

been having this issue on my google cloud server to

@loyahdev
Copy link

This was running on Debian Linux server and we've switched to Alpine and it fixed the problem. Openssl was outdated back to 1.1 and that was the problem. Were wondering if this is intended or could be updated.

@Athenua
Copy link
Contributor

Athenua commented Mar 24, 2024

I think my fix actually might have caused your issue. I'll make a pr of a new fix sometime soon, that'll detect if it needs to use legacy or not.

@loyahdev
Copy link

I think my fix actually might have caused your issue. I'll make a pr of a new fix sometime soon, that'll detect if it needs to use legacy or not.

Thanks so much for the response and the hopeful fixes!

@qqizai
Copy link

qqizai commented Apr 30, 2024

This issue will resolve your problem: openssl/provider.h: No such file or directory

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

No branches or pull requests

4 participants