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

Version `GLIBC_2.35' not found on Debian Bullseye #741

Closed
karlsvenssonn opened this issue Dec 20, 2023 · 2 comments
Closed

Version `GLIBC_2.35' not found on Debian Bullseye #741

karlsvenssonn opened this issue Dec 20, 2023 · 2 comments
Labels

Comments

@karlsvenssonn
Copy link

Overview

After updating to latest version (1.17.0) using pip I encounter problem trying to run icloudpd on Linux Debian version 11.8

Steps to Reproduce

  1. run icloudpd --username [email protected] --password password --auth-only

Expected Behavior

icloudpd starts

Actual Behavior

Get following error:
[6043] Error loading Python lib '/tmp/_MEI4Ft3u2/libpython3.12.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.35' not found (required by /tmp/_MEI4Ft3u2/libpython3.12.so.1.0)

Context

Debian Bullseye 11.8

@AndreyNikiforov
Copy link
Collaborator

pls see if 1.17.1 fixed the issue. reopen if not

@yorkday
Copy link

yorkday commented Dec 22, 2023

I am having the same issue even when running 1.17.2.

When I try using icloudpd installed via pip, I get:

root@DiskStation:/usr/local/bin/icloudpd# icloudpd
[30337] Error loading Python lib '/usr/local/bin/scripts/backups_icloud/tmp/_MEIHAImVy/libpython3.12.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /usr/local/bin/scripts/backups_icloud/tmp/_MEIHAImVy/libpython3.12.so.1.0)

When I download the native binary for linux and use, I get:

root@DiskStation:/usr/local/bin/icloudpd# ./icloudpd-1.17.2-linux-amd64 
[30161] Error loading Python lib '/usr/local/bin/scripts/backups_icloud/tmp/_MEIFE2SPa/libpython3.12.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/bin/scripts/backups_icloud/tmp/_MEIFE2SPa/libpython3.12.so.1.0)

Context:

root@DiskStation:/usr/local/bin/icloudpd# uname -a
Linux DiskStation 3.10.108 #42962 SMP Fri Mar 24 00:28:47 CST 2023 x86_64 GNU/Linux synology_cedarview_1813+

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

No branches or pull requests

3 participants