qtractor
qtractor copied to clipboard
undefined symbol: g_module_open_full
I'm seeing this error when trying to open the appImage through the commandline. I'm running Debian Testing.
qtractor-0.9.24-67.1.x86_64.AppImage: symbol lookup error: /lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_module_open_full
not all AppImage's run on every system; the one you're trying is officially based on ubuntu 18.04 (bionic) and expects some compatible system libraries that are not bundled in the AppImage; seems you have there libgio-2.0 which is probably too new to run the provided AppImage, sorry.
you may try this other one as an alternative: qtractor-latest-x86_64.AppImage which is based on openSUSE Leap 15.2.
Thanks. That appImage also has the same issue. I've compiled from source for the time being and that is working well.