wdecoster / chopper

MIT License
147 stars 12 forks source link

glibc #4

Closed colindaven closed 1 year ago

colindaven commented 1 year ago

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: versionGLIBC_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

wdecoster commented 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.

wdecoster commented 1 year ago

Could you test this executable please? https://github.com/wdecoster/chopper/releases/download/v0.2.0/chopper-musl.zip

colindaven commented 1 year ago

Thanks, seems to work on Ubuntu 1804 and 2004 now!

wdecoster commented 1 year ago

Great, feel free to let me know if you encounter further issues.