mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.68k stars 38 forks source link

libc error in ubuntu bionic #43

Closed moxgreen closed 2 years ago

moxgreen commented 2 years ago

Trying tere on ubuntu bionic I obtained

./tere: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by ./tere)
./tere: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./tere)

and

ls -l /lib/x86_64-linux-gnu/libc.so.6
lrwxrwxrwx 1 root root 12 mag  3 12:19 /lib/x86_64-linux-gnu/libc.so.6 -> libc-2.27.so*
mgunyho commented 2 years ago

Hi! Yes, tere is built on ubuntu 20.04 for now, so the glibc version will be newer. Can you try the musl binary if it works for you?

mgunyho commented 2 years ago

I'll close this for now, let me know if the musl version of the latest release (v1.2.0) doesn't work for you.