-
Notifications
You must be signed in to change notification settings - Fork 649
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
Make fail due to openssl #564
Comments
i dont have a macos to help you, unsure if someone here will be able to. your openssl with 1.0.X is supported and there are efforts to support 1.1.X here: #559 for what i see here:
seems like openssl binary is not present in /usr/bin ? maybe creare a symbolic link or copy the binary into that location and make again ? |
also check if some of this can help you: |
@oxarbitrage Thank you for your reply:). I have checked
That's why I added |
This looks broken. /usr/bin/openssl is not a library. |
I used an ubuntu OS to build the code, and It works well. So I would close this issue. Thank you for your help. |
cmake
works fine, butmake
failed.The text was updated successfully, but these errors were encountered: