-
Notifications
You must be signed in to change notification settings - Fork 57
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
dyld: lazy symbol binding failed: Symbol not found: _SSL_load_error_strings #129
Comments
Not sure if this was a regression. Could you try v0.4.10 as well? |
0.4.10 also installed rugged-0.21.4, but i'm getting the same result |
Hold up, this says you're running rugged v0.22.2, but the manifest for dandelion 0.4.13 requires rugged v0.22.1b1.
EDIT: derp, pessimistic operator fail. If both produce "0.22.2", try running |
Installing rugged -v0.22.1b1 and uninstalling the other versions did the trick. dandelion 0.4.13 is working! |
@lightfuze So was this an issue specific to your setup or is there an issue with Dandelion? If there's an issue can you outline the steps I can take to reproduce it? |
@scttnlsn I recently did a |
Okay, thanks. Re-open this issue if you encounter the problem again. |
@scttnlsn This actually seems to be a bug with the gemspec definition. Would require further testing to ensure compatibility with rugged v0.22.2 because '0.22.2' matches the '~> 0.22.1b1' version specifier. If it is not compatible, perhaps a dandelion patch version should be bumped (and 0.4.13 yanked) to also specify '< 0.22.2' for rugged? |
@TheLonelyGhost Yeah, you're right. Here's the Rugged issue for this: libgit2/rugged#475 I'll update the Gemspec and push a new version for now. Thanks! |
I get the following when trying to run any dandelion command:
OS X 10.10.3
dandelion 0.4.13
The text was updated successfully, but these errors were encountered: