Closed JulianGro closed 4 years ago
Having libstdc++.so.6 breaks a lot of distributions according to the AppImage docs. In practice this broke the AppImage on Arch Linux. You can work around the problem by using something like
libstdc++.so.6
LD_PRELOAD=/usr/lib/libstdc++.so.6 ./Vircadia-Alpha-2020.2.3-Asteria.AppImage
https://docs.appimage.org/packaging-guide/advanced/troubleshooting.html?highlight=libstdc
Oops. This looks like a bug in a regular expression.
Having
libstdc++.so.6
breaks a lot of distributions according to the AppImage docs. In practice this broke the AppImage on Arch Linux. You can work around the problem by using something likehttps://docs.appimage.org/packaging-guide/advanced/troubleshooting.html?highlight=libstdc