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

Linux version GLIBC_x.xx not found #8334

Closed
3 tasks done
taozina0587 opened this issue May 23, 2023 · 17 comments
Closed
3 tasks done

Linux version GLIBC_x.xx not found #8334

taozina0587 opened this issue May 23, 2023 · 17 comments
Assignees
Milestone

Comments

@taozina0587
Copy link

taozina0587 commented May 23, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Can the issue be reproduced with the default theme (daylight/midnight)?

  • I was able to reproduce the issue with the default theme

Could the issue be due to extensions?

  • I've ruled out the possibility that the extension is causing the problem.

Describe the problem

image

Expected result

run app

Screenshot or screen recording presentation

No response

Version environment

- Version: 2.8.9
- Operating System: Linux
- Browser (if used):

Log file

siyuan.log

More information

No response

@88250
Copy link
Member

88250 commented May 23, 2023

Please upload the app.log in ~/.config/siyuan

@88250 88250 changed the title Erro Linux appimage 1.8.9 Erro Linux appimage 2.8.9 May 23, 2023
@taozina0587
Copy link
Author

image

@taozina0587
Copy link
Author

app.log

@88250
Copy link
Member

88250 commented May 23, 2023

Try to download the tar.gz package and uncompress it, then execute the boot kernel command in terminal manually: resources\kernel\SiYuan-Kernel

@taozina0587
Copy link
Author

taozina0587 commented May 23, 2023

@88250 Error persists. I went back to version 2.8.8 and it's working perfectly.

@88250
Copy link
Member

88250 commented May 23, 2023

Please paste the command output.

@88250
Copy link
Member

88250 commented May 23, 2023

And execute ldd --version in the terminal, post the output, thanks.

@zxhd863943427
Copy link
Contributor

有着同样的问题,这是输出:
图片

ldd 的输出:
图片

@88250
Copy link
Member

88250 commented May 23, 2023

@zxhd863943427 ldd --version

@zxhd863943427
Copy link
Contributor

图片
抱歉,截错图了

@88250
Copy link
Member

88250 commented May 23, 2023

你的 Ubuntu 是哪个版本?

@zxhd863943427
Copy link
Contributor

Ubuntu 18.04.6 LTS,大概理解问题了,不过是什么要求需要提升glibc版本吗?

@88250
Copy link
Member

88250 commented May 23, 2023

我在 Ubuntu 22.04 上编译的,不兼容低版本。这个问题只能在低版本上重新编译才行。

@88250 88250 changed the title Erro Linux appimage 2.8.9 Linux version GLIBC_2.29 not found May 23, 2023
@88250 88250 changed the title Linux version GLIBC_2.29 not found Linux version GLIBC_x.xx not found May 23, 2023
@88250 88250 self-assigned this May 23, 2023
@88250 88250 added this to the 2.8.10 milestone May 23, 2023
@88250 88250 closed this as completed May 23, 2023
@littlecoby
Copy link

I still encounter the same issue in v202305250942.

system info:
ubuntu 20.04 LTS
ldd version 2.31
resources\kernel\SiYuan-Kernel outputs:
image

@88250
Copy link
Member

88250 commented May 25, 2023

@littlecoby We will adjust the GitHub Action later, please help to test it in the next dev version.

@littlecoby
Copy link

dev2 works v202305261104

@benz9527
Copy link

benz9527 commented Jun 1, 2023

This question I met before. You have to upgrade the GLibC version to v2.32. For example, I build SiYuan container image is based on Debian latest version image but its GLicC version is lower than v2.32,then I add

echo "deb http://ftp.cn.debian.org/debian sid main" >> /etc/apt/sources.list
apt update

to dockerfile to build a new version SiYuan container image, it works. The GLibC v2.32 is included.

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

No branches or pull requests

5 participants