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

version `GLIBCXX_3.4.29' not found #2395

Open
IvanIsak2000 opened this issue Feb 2, 2024 · 2 comments
Open

version `GLIBCXX_3.4.29' not found #2395

IvanIsak2000 opened this issue Feb 2, 2024 · 2 comments

Comments

@IvanIsak2000
Copy link

Hello!
I'm learning Rust first day and want to create a GUI app. I found that toolkit and tried to run the app, but got an error:
image

I saw some problems on stack, but that not give me result.

P.S
By documentation, I installed druid toolkit, it was stored:

image

What I am wrong doing?

@xStrom
Copy link
Member

xStrom commented Feb 5, 2024

Looks like your OS doesn't have the required glibc version.

You could try the following command (or similar, if you're not on a Debian based system):

sudo apt-get install libgtk-3-dev

@IvanIsak2000
Copy link
Author

Looks like your OS doesn't have the required glibc version.

You could try the following command (or similar, if you're not on a Debian based system):

sudo apt-get install libgtk-3-dev

I used that 3 times, but that useless :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants