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

a question about building #29

Closed
Andy320 opened this issue Apr 27, 2020 · 3 comments
Closed

a question about building #29

Andy320 opened this issue Apr 27, 2020 · 3 comments

Comments

@Andy320
Copy link

Andy320 commented Apr 27, 2020

@wwood
I notice that an issue opended by you as follows:
rust-bio/rust-htslib#80

I came across a similiar issue :
rust-rocksdb/rust-rocksdb#418

The same error was produced, although in diffrent projects.
"undefined reference to symbol '__printf_chk@@GLIBC_2.3.4'"

so I want to know
what is the root cause ?
how did you get rid of it?

thanks a lot

@wwood
Copy link
Owner

wwood commented Apr 27, 2020

Hi,

Can I ask how you are compiling it, and which library is causing the problem? The htslib rust issue has been solved by changing the rust-htslib source code here: rust-bio/rust-htslib#111

@Andy320
Copy link
Author

Andy320 commented Apr 29, 2020

@wwood
The lib is rocksdb-sys. It seems that htslib does not support musl libs before which cause your problem. I am not sure about that in rocksdb. I will try the compiling using target x86_64-unknown-linux-gnu

@Andy320
Copy link
Author

Andy320 commented May 1, 2020

close this issue.

@Andy320 Andy320 closed this as completed May 1, 2020
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