You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling openssl-sys v0.0.1 (https://github.com/alexcrichton/openssl-sys#d66fe840)
/home/liigo/.cargo/git/checkouts/openssl-sys-338c662611d0ea62/master/src/lib.rs:1:1: 1:1 error: multiple dylib candidates for `std` found
/home/liigo/.cargo/git/checkouts/openssl-sys-338c662611d0ea62/master/src/lib.rs:1 // TODO: work with sfackler and rust-openssl to get this here
^
/home/liigo/.cargo/git/checkouts/openssl-sys-338c662611d0ea62/master/src/lib.rs:1:1: 1:1 note: candidate #1: /usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4e7c5e5c.so
/home/liigo/.cargo/git/checkouts/openssl-sys-338c662611d0ea62/master/src/lib.rs:1 // TODO: work with sfackler and rust-openssl to get this here
^
/home/liigo/.cargo/git/checkouts/openssl-sys-338c662611d0ea62/master/src/lib.rs:1:1: 1:1 note: candidate #2: /usr/local/lib/libstd-4e7c5e5c.so
/home/liigo/.cargo/git/checkouts/openssl-sys-338c662611d0ea62/master/src/lib.rs:1 // TODO: work with sfackler and rust-openssl to get this here
The text was updated successfully, but these errors were encountered:
It looks like this is unfortunately a dupe of rust-lang/rust#16402 actually. For now you may want to install rustc to a nonstandard location. One of cargo's native dependencies is likely found in /usr/local/lib adding that as a -L flag.
When I
make
cargo:The text was updated successfully, but these errors were encountered: