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

Running into build errors on debian stretch #34

Open
tanyav2 opened this issue Oct 9, 2020 · 0 comments
Open

Running into build errors on debian stretch #34

tanyav2 opened this issue Oct 9, 2020 · 0 comments
Labels

Comments

@tanyav2
Copy link

tanyav2 commented Oct 9, 2020

I can run der-parser just fine on Ubuntu 20.04, which comes with glibc version 2.31:

$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9) 2.31

But when I run on Debian stretch in a docker environment, I run into the following error:

error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /cfsetup_build/target/debug/deps/libder_oid_macro-9517fe04de556285.so)
 --> src/config.rs:2:5
  |
2 | use der_parser::{ber::BerObjectContent, parse_der};
  |     ^^^^^^^^^^

error: aborting due to previous error

It looks like there is an older version of glibc on stretch which is causing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants