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

Build issue: recent MacOS builds don't run because of missing dylib #37889

Closed
remram44 opened this issue Nov 20, 2016 · 1 comment
Closed

Build issue: recent MacOS builds don't run because of missing dylib #37889

remram44 opened this issue Nov 20, 2016 · 1 comment

Comments

@remram44
Copy link
Contributor

remram44 commented Nov 20, 2016

I'm using rustup.rs.

While the stable toolchain runs fine, the nightlies give me this:

$ rustup run nightly cargo
dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Referenced from: /Users/remirampin/.multirust/toolchains/nightly-x86_64-apple-darwin/bin/cargo
  Reason: image not found

I do not have a /usr/local/opt or a local install of openssl anywhere. I don't have homebrew installed.

This looks like the build machine is linking against the wrong openssl?

@sfackler
Copy link
Member

Duplicate of rust-lang/cargo#3303

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

2 participants