mcfly
mcfly copied to clipboard
Add GLIBC 2.16 compatible binary when releasing
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.
Why do you want 2.16? It looks like you have 2.13 and should upgrade?
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.