-
Notifications
You must be signed in to change notification settings - Fork 388
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
Comments
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. |
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! |
This issue will resolve your problem: openssl/provider.h: No such file or directory |
"/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
The text was updated successfully, but these errors were encountered: