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

GLIBC_2.29 not found in Deepin 20.9 #2368

Open
2 tasks done
soucosmo opened this issue Apr 3, 2024 · 1 comment
Open
2 tasks done

GLIBC_2.29 not found in Deepin 20.9 #2368

soucosmo opened this issue Apr 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@soucosmo
Copy link

soucosmo commented Apr 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

I get this error when trying to open in deepin 20.09

Compiled using cargo build --release --target x86_64-unknown-linux-gnu

My development environment
Screenshot 2024-04-02 22 04 56

When running the generated binary I get the following error
imagem_deepin_20_9_mag

My Cargo.toml

[package]
name = "costv"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iced = { version = "0.12.1", features = ["lazy"] }
iced_core = "0.12.3"

[profile.release]
strip = true

What is the expected behavior?

This is the expected result

Screenshot 2024-04-02 21 57 56

Version

crates.io release

Operating System

Linux

Do you have any log output?

No response

@soucosmo soucosmo added the bug Something isn't working label Apr 3, 2024
@Koranir
Copy link
Contributor

Koranir commented Apr 3, 2024

Your system is running an older version of glibc, try upgrading it or use the x86_64-unknown-linux-musl target to statically link a libc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants