You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./cb_thunderlink register
[23303] Error loading Python lib '/home/javl/install/cb_thunderlink/cb_thunderlink/libpython3.8.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/javl/install/cb_thunderlink/cb_thunderlink/libpython3.8.so.1.0)
Actually, cb_thunderlink is a self-extracting python script, along with the interpreter and all dependencies needed.
Apparently my packaging expects a GLIBC that you don't have.
But you could as well grab the source from github, dump it in some directory and run cb_thunderlink.py with a reasonable recent python3 interpreter. Should work equally well and probably less intrusive on your system.
OS: Debian 10 Buster
There seem to be similar issues with other tools, such as deltachat/deltachat-desktop#1006
It is proposing to install lib6 from testing but it would be nicer to keep using standard system version, if possible.
I did not test the fix using installation from testing (yet)
The text was updated successfully, but these errors were encountered: