Skip to content

Cannot repair wheel ... libstd-xxx.so not found #2313

Closed Answered by scanny
scanny asked this question in Q&A
Discussion options

You must be logged in to vote

@messense that was a very helpful pointer! I had this in .cargo/config.toml that I had copied fairly blindly somewhere along the (long) try-this/try-that journey:

# enable x86 optimizations V3
[target.x86_64-unknown-linux-gnu]
rustflags = "-C target-cpu=x86-64-v3 -C prefer-dynamic"

I got it from this repository that I had taken as something of an example: https://github.com/insight-platform/savant-rs/blob/main/.cargo/config.toml. I'm not sure why they would have that setting but I'm glad to know a little more about the difference now as I collect the puzzle pieces for my own mental model :)

In any case, when I comment that out I don't need the LD_LIBRARY_PATH line, so I expect that was at…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@messense
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by messense
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants