cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.9k stars 178 forks source link

Add GLIBC 2.16 compatible binary when releasing #39

Open aik099 opened 5 years ago

aik099 commented 5 years ago

I've downloaded mcfly-v0.3.1-x86_64-unknown-linux-gnu.tar.gz binary from a latest release and when running mcfly command I've got this error:

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

Doing ls -la /lib64/libc.so.6 command showed, that I have GLIBC_2.13:

lrwxrwxrwx 1 root root 12 Sep 21  2012 /lib64/libc.so.6 -> libc-2.13.so*

Would it be possible to also provide (in each release) Linux binary compiled against GLIBC 2.16?

P.S. I was able to get McFly running by following manual compilation instructions, but was of course was a bit longer, then just using pre-compiled binary.

cantino commented 5 years ago

Why do you want 2.16? It looks like you have 2.13 and should upgrade?

aik099 commented 5 years ago

Ah, my mistake. Yeah, it should be GLIBC 2.13 indeed, not 2.16.

On Slackware there is no solid error proof way to upgrade OS. That's why I need to recompile most stuff from source to get it working.