wdecoster / chopper

MIT License
135 stars 11 forks source link

chopper v0.8.0 GLIBC_2.XX not found #36

Closed mlhoggard closed 2 months ago

mlhoggard commented 2 months ago

Hi there,

I'm just trying out the latest version of chopper (v0.8.0/chopper-linux.zip), but I'm getting same GLIBC error that's been mentioned in previous issues (e.g. #28).

The previous issue seems to be resolved with the musl build. Is there a musl build available for v0.8.0? Or is there an alternative fix?

Example error output:

chopper: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by chopper)

Cheers! Mike.

wdecoster commented 2 months ago

Hi Mike,

Yes, that problem is indeed solved by the musl build. I need to make a new 0.9.0 release soon, and will include a musl build with that. Alternatively, you can use one from an older version.

Best, Wouter

mlhoggard commented 2 months ago

Hi Wouter,

That makes sense thanks. We're in the prelim stages with this data at the moment, so I'll make use of an older version in the meantime, and will keep an eye out for the 0.9.0 release.

And thanks for your work on all these tools in general. I'm just dipping more into Nanopore data and several of your tools have been very useful thanks!

Cheers, Mike.