Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registering system integration fails with: GLIBC_2.29' not found #18

Closed
vlcinsky opened this issue Nov 18, 2020 · 3 comments
Closed

Registering system integration fails with: GLIBC_2.29' not found #18

vlcinsky opened this issue Nov 18, 2020 · 3 comments

Comments

@vlcinsky
Copy link

OS: Debian 10 Buster

$ ./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)

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)

@CamielBouchier
Copy link
Owner

Let me propose an alternative.

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.

Camiel B.

@vlcinsky
Copy link
Author

Thanks for the proposal. I will try (it may take some days, but cb_thunderlink stuff is of high importance to me)

@CamielBouchier
Copy link
Owner

@vlcinsky ,

I just realize you might need to extend the script with a shebang line (https://stackoverflow.com/questions/7670303/purpose-of-usr-bin-python3) in order to work just like that.

When you report back this approach works I will add it at my end as well and document the approach.

Camiel B.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants