livetail-cli icon indicating copy to clipboard operation
livetail-cli copied to clipboard

GLIBC_2.29 not found

Open mkubilus opened this issue 5 years ago • 11 comments

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.

mkubilus avatar Sep 11 '19 21:09 mkubilus

I get the same error on Debian Buster.

apicht avatar Sep 19 '19 01:09 apicht

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.

mkubilus avatar Sep 19 '19 18:09 mkubilus

Same error on Ubuntu 18.04

omada-jacob-smith avatar Sep 19 '19 23:09 omada-jacob-smith

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.

timotheosh avatar Feb 12 '20 19:02 timotheosh

Any movement on open sourcing the code?

mkubilus avatar Feb 14 '20 15:02 mkubilus

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.

pandruszkow avatar Aug 10 '20 14:08 pandruszkow

I have same problem, for ubuntu 1604 and 1804.

shchun-samsung avatar Oct 06 '20 08:10 shchun-samsung

Same here, WSL

dag7dev avatar Nov 05 '20 01:11 dag7dev

+1 also getting this error on Ubuntu 18.04

jtzemp avatar Nov 20 '20 01:11 jtzemp

[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

varun-git28 avatar Feb 17 '21 00:02 varun-git28

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)

gdassori avatar May 28 '21 22:05 gdassori