-
Notifications
You must be signed in to change notification settings - Fork 565
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
[oxigraph_server] Add rocks db? #4094
[oxigraph_server] Add rocks db? #4094
Conversation
I've tried a few different env vars to try and point it to clang, but cannot resolve the error: [03:27:54] thread 'main' panicked at 'Unable to find libclang: "the `libclang` shared library at /opt/x86_64-linux-musl/lib/libclang.so.12 could not be opened: Dynamic loading not supported"', /opt/x86_64-linux-musl/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/bindgen-0.57.0/src/lib.rs:1975:31 |
@giordano Hope it is ok to ping you, I've tried every incantation I can come up with, but it doesn't want to use the libclang Yggdrasil provides and would be grateful for your feedback / a nudge in the right direction. :) |
Do you really want to depend on |
If I can find a way to not need |
@giordano Do you have a guess as to whether this is fundamentally hopeless (because clang-sys is incompatible with BinaryBuilder / other rust idiosyncrasies or whether there's a route that I'm failing to see and could explore? It seems weird that rocksdb wouldn't be buildable by BinaryBuilder, but perhaps I should go a step back and try and build rocksdb separately? |
Yeah, the error
doesn't look like this is going to work. Not this way at least, I don't think we build static libraries for Clang |
Thanks |
No description provided.