-
Notifications
You must be signed in to change notification settings - Fork 13
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
Does not run on Ubuntu xenial #152
Comments
Oh i just see the issue now @probonopd , yeah it's fixed now, we build on WSL on 16.04 for any appimage |
Looks like the issue persists? |
@probonopd This is really strange, your message complain about libstdc++, but usually I got the problem with For sure the program have been compiled on Linux WSL 16.04 but with a C++17 compiler, |
One solution would be to compile with the clang C++ library instead of the gcc one |
Yes, please do not use a newer version of libstdc++ than what comes with the oldest still-supported Ubuntu release (currently xenial) by default (especially, do not let a newer one get pulled in from a ppa) or else not all still-supported Ubuntu releases will be able to run your application. |
/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.26' not found (required by /run/firejail/appimage/.appimage-9116/AppRun)
Please build on Ubuntu xenial with no newer compilers than what it comes with, so that the AppImage can run on all still-supported Ubuntu releases. Thanks.
Reference:
AppImage/appimage.github.io#1832
The text was updated successfully, but these errors were encountered: