-
Notifications
You must be signed in to change notification settings - Fork 261
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
Support lower versions of glibc in precompiled packages #545
Comments
This has come up before, e.g. #268, #259. I am not opposed to supporting older Linux versions in general, however, this should not add too much maintenance burden. |
@vadimcn maybe I'm misunderstanding your need, but I was able to build the latest |
Yes: rust-analyzer is a pure Rust project, but I need to build LLDB too (which means also compiling most of LLVM and clang). |
Is it possible to build the adaptor and lldb using a centos 7 image? Then we could finally fix all glibc related issues. |
Could it help to use statically linked musl libc/Alpine docker and fully get rid of glibc dependency? |
@vadimcn are you able to facilitate people building for their platform of choice in some way? For instance, I'm just curious to know, how'd you build liblldb.so without almost any dependencies? When I run |
@michaeleisel: static linking and getting rid of the dependencies that cannot be linked statically (like libreadline). |
Hi,
I'd like to use this package on Centos-7 for remote debugging. Alas, the libc available is 2.17. Could you provide a pre-compiled version that either supports a lower glibc or is fully statically linked?
Thanks
The text was updated successfully, but these errors were encountered: