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
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
@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
@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
The text was updated successfully, but these errors were encountered: