mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #381] Latest builds must rely on Glibc 2.39b #199
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#199
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 @huangsijun17 on GitHub (Feb 9, 2026).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/381
The latest version of the Github Action build doesn't work in my OpenSUS 15.6, suggesting that GlibC 2.39 is required.
If there are no strong dependencies, I would like to lower the GlibC version requirement to improve compatibility.
@feschber commented on GitHub (Feb 9, 2026):
Did this only occur in recent development releases? As far as I know, the ubuntu-latest runners have been on 24.04 LTS for a while now, which uses glibc 2.39.
I don't think it would be an issue to downgrade to 22.04 for release builds, just curious if something else is the issue here ...
@huangsijun17 commented on GitHub (Feb 9, 2026):
I was using the release version before, haven't tried the Action build version yet.
@huangsijun17 commented on GitHub (Feb 9, 2026):
I was using the release version before, haven't tried the Action build version yet.
I relied on local builds to solve the problem of high glibc dependency versions. Just a note on the issue that the current version of glibc may not be suitable for distribution or even trial use.
@feschber commented on GitHub (Feb 10, 2026):
Should now be fixed (#382)
@huangsijun17 commented on GitHub (Feb 10, 2026):
well. It can work.