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

[debug] GLIBC_2.35 not found #402

Open
Zplusless opened this issue Jun 16, 2023 · 2 comments
Open

[debug] GLIBC_2.35 not found #402

Zplusless opened this issue Jun 16, 2023 · 2 comments
Labels

Comments

@Zplusless
Copy link

描述问题 (Describe the bug)

运行报错,GLIBC_2.35 not found

版本信息 (version info)

  • DDNS Version: 2.13.3
  • OS Version: ubuntu server 20.04.6
  • Type(运行方式): Binary
  • related issues (相关问题):

复现步骤 (To Reproduce)

.ddns -c config.json

配置文件 (config file)

{
    "id": "***",
    "token": "*****",
    "dns": "dnspod",
    "ipv4": ["***.cn"],
    "ipv6": ["****.cn"],
    "index4": ["public","regex:166.*"],
    "index6": ["public","regex:2402:*"],
    "ttl": 600,
    "debug": true
  }

调试输出 (debug output)

粘贴输出日志

[403947] Error loading Python lib '/tmp/_MEIvEtLuH/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEIvEtLuH/libpython3.11.so.1.0)

补充说明 (Additional context)

@Zplusless Zplusless added the bug label Jun 16, 2023
@NewFuture
Copy link
Owner

用pip版的,或者 升级一些 glibc库

@liuzengyun
Copy link

应该是二进制版本打包时是在高版本linux下进行的,在低版本系统运行时因为libc6版本太低报错。
我在低版本libc6环境中,使用pyinstaller重新打包源码后形成二进制文件,可以在ubuntu20下运行。
所以,自己编译下源码可以解决问题。

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