mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
GLIBC_2.29 not found #7
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lnxyz on GitHub (Apr 2, 2021).
rustdesk: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found
os: debian 10
建议打包不要采用glibc包过新!
@open-trade commented on GitHub (Apr 2, 2021):
什么发行版?
@lnxyz commented on GitHub (Apr 2, 2021):
os: debian 10 (buster)
debian 10 (glibc 2.28) == deepin 20.2 (glibc 2.28)
debian 9 (glibc 2.24)
opensuse (glibc 2.26)
你现在是需要glibc 2.29以上才能运行,
ubuntu >19.04 (glibc 2.29)
所以你打包支持的版本就太少了,只能在ubuntu 19.04及以上版本能跑。其它的版本都跑不了。
@rustdesk commented on GitHub (Apr 2, 2021):
是的,考虑不周
@rustdesk commented on GitHub (Apr 2, 2021):
下次我在Ubuntu 18上编译。