-
Notifications
You must be signed in to change notification settings - Fork 33
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
No usable version of libssl found #369
Comments
Thanks for opening your issue. Some libraries have been ported to buckaroo and are available here: Regarding the error message, I think we should provide an explanation why no version could be found. |
I'm having this issue too now.
|
hmm... As far as I remember sfml doesn't have libssl as a dependency. Could you post your buckaroo.toml and buckaroo.lock.toml (if available)? |
Nevermind, I don't know what happened but it seems to work fine now. |
I made a new project using |
I ran into this on Arch, and was able to work around it by installing |
Is there a fix for this yet? I'm running into the same issue. |
Having the same issue I'm afraid |
Description
I'm trying to start using this but I can't add a dependency because no usable version of libssl found.
Expected Behavior
As a "standalone executable" it would work on a typical ubuntu system.
Actual Behavior
Returned error:
No usable version of the libssl was found
Steps to Reproduce
buckaroo init
buckaroo add buckaroo add github.com/wxWidgets/wxWidgets@tag=v2.8.12
Context
I am trying to take an old cmake project out of the stone age but I couldn't get dependencies to resolve on Windows (I may log a bug for that later) and I can't seem to get it to work on my linux system either.
Your Environment
The text was updated successfully, but these errors were encountered: