Closed
Description
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
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
More information
No response
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
88250 commentedon May 23, 2023
Please upload the app.log in ~/.config/siyuan
[-]Erro Linux appimage 1.8.9[/-][+]Erro Linux appimage 2.8.9[/+]taozina0587 commentedon May 23, 2023
taozina0587 commentedon May 23, 2023
app.log
88250 commentedon 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 commentedon May 23, 2023
@88250 Error persists. I went back to version 2.8.8 and it's working perfectly.
88250 commentedon May 23, 2023
Please paste the command output.
88250 commentedon May 23, 2023
And execute
ldd --version
in the terminal, post the output, thanks.zxhd863943427 commentedon May 23, 2023
有着同样的问题,这是输出:

ldd 的输出:

88250 commentedon May 23, 2023
@zxhd863943427
ldd --version
zxhd863943427 commentedon May 23, 2023
抱歉,截错图了
88250 commentedon May 23, 2023
你的 Ubuntu 是哪个版本?
zxhd863943427 commentedon May 23, 2023
Ubuntu 18.04.6 LTS,大概理解问题了,不过是什么要求需要提升glibc版本吗?
88250 commentedon May 23, 2023
我在 Ubuntu 22.04 上编译的,不兼容低版本。这个问题只能在低版本上重新编译才行。
[-]Erro Linux appimage 2.8.9[/-][+]Linux `version GLIBC_2.29 not found`[/+][-]Linux `version GLIBC_2.29 not found`[/-][+]Linux `version GLIBC_x.xx not found`[/+]liao-zh commentedon May 25, 2023
I still encounter the same issue in v202305250942.
system info:

ubuntu 20.04 LTS
ldd version 2.31
resources\kernel\SiYuan-Kernel outputs:
88250 commentedon May 25, 2023
@littlecoby We will adjust the GitHub Action later, please help to test it in the next dev version.
liao-zh commentedon May 26, 2023
dev2 works v202305261104
benz9527 commentedon 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
to dockerfile to build a new version SiYuan container image, it works. The GLibC v2.32 is included.