livetail-cli
livetail-cli copied to clipboard
GLIBC_2.29 not found
When running on ubuntu 16.04 you get:
$ livetail
[13610] Error loading Python lib '/tmp/_MEIIKixEN/libpython3.6m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIIKixEN/libpython3.6m.so.1.0)
Looks like this is using Pyinstaller.
I get the same error on Debian Buster.
Sounds great. If you do stick with Pyinstaller, a trick I've used with some other projects is to target the oldest glibc you can get away with. Newer glibc release should be able to run older stuff.
Same error on Ubuntu 18.04
Same error on multiple Linux distros. Including Ubuntu, Debian, RHEL/CentOS. Only runs on Fedora. At the very least, please get this running on the most common distros.
Any movement on open sourcing the code?
I'm seeing the same error message.
Any progress on that open source binary, or at least rebuilding this to work on Ubuntu 18.04? I think the LTS releases of Ubuntu are the lowest common denominator.
I have same problem, for ubuntu 1604 and 1804.
Same here, WSL
+1 also getting this error on Ubuntu 18.04
[23317] Error loading Python lib '/tmp/_MEIf0YMHy/libpython3.6m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIf0YMHy/libpython3.6m.so.1.0) in ubuntu 20.04
Made a build on Ubuntu 20. Unable to run it on debian jessie.
[2528] Error loading Python lib '/tmp/_MEITDKpDg/libpython3.8.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEITDKpDg/libpython3.8.so.1.0)