Closed colindaven closed 1 year ago
Yes, I agree that would be good. I'll look into it, but yet have to figure out how to do this properly.
Could you test this executable please? https://github.com/wdecoster/chopper/releases/download/v0.2.0/chopper-musl.zip
Thanks, seems to work on Ubuntu 1804 and 2004 now!
Great, feel free to let me know if you encounter further issues.
Hi,
would be nice if you compiled vs an older glibc to make it more compatible. I could load the whole toolchain and compile within my container, or use conda, but sometimes the joy of rust is just running a wget and using the binary.
chopper: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.33' not found (required by chopper) chopper: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by chopper) chopper: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by chopper)I get these errors on Ubuntu 20.04 for example.
Thanks, Colin