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 version mismatch with snap #8757

Open
IH-Priyam opened this issue Jan 2, 2025 · 0 comments
Open

GLIBC version mismatch with snap #8757

IH-Priyam opened this issue Jan 2, 2025 · 0 comments

Comments

@IH-Priyam
Copy link

  • Node Version: 18x
  • Target: Ubuntu 22.04

I have a working application, I have tested that the Appimage works on Linux. But after installing the snap version of the app, I am not able to run it because of this error:

Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found.

My local host has GLIBC 2.35,
But on snap run --shell airobox-desktop-app, I get GLIBC version 2.27. I have tried to use core 20 and core 22, and also tried different confinement option but nothing seems to work.

Here is the code block for my builderoption in vue.config.json
linux: {
target: ["snap"],
category: 'Development',
snap: {
base: "core22",
confinement: "classic",
stagePackages: ["libc6", "libc6-dev", "libstdc++6", "zlib1g", "libgcc1"]
},

Any feedback or suggestions are appreciated. Thanks in advance

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

1 participant