mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #715] asciinema: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by asciinema) #971
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#971
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 @RobertKosten on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/715
Pre-submission checks
Bug Description
Both the current (v3.0.1) pre-built binary (asciinema-x86_64-unknown-linux-gnu) and the result of
cargo install asciinema(as well as--lockedand--url https://github.com/asciinema/asciinema) depend onGLIBC_2.39. Debian Bookworm currently comes with 2.36. At least the cargo-install should not depend that hard, no? At least no other rust cli tool I use does :-PSteps to Reproduce
Expected Behavior
I'd expect the build to use whatever glibc is currently installed, tbh.
Operating System
Debain Bookworm
asciinema CLI Version
--git
Installation Method
Built from source
Terminal Information
kitty 0.44.0
GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
tmux 3.3a
Additional Context
No response
@RobertKosten commented on GitHub (Nov 13, 2025):
One should also not be a dumbass and make sure the previously downloaded pre-built binary is actually removed from the PATH facepalm
@ku1ik commented on GitHub (Nov 13, 2025):
Happens to all of us :)