vircadia / vircadia-builder

Builds Vircadia's native Interface and Domain server ("Project Athena") on Linux.
GNU General Public License v3.0
20 stars 31 forks source link

AppImage does always uses integrated libstdc++.so.6 #19

Closed JulianGro closed 4 years ago

JulianGro commented 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

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

daleglass commented 4 years ago

Oops. This looks like a bug in a regular expression.