qtractor icon indicating copy to clipboard operation
qtractor copied to clipboard

undefined symbol: g_module_open_full

Open davidhealey opened this issue 2 years ago • 2 comments

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

davidhealey avatar Nov 23 '21 00:11 davidhealey

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.

rncbc avatar Nov 23 '21 11:11 rncbc

Thanks. That appImage also has the same issue. I've compiled from source for the time being and that is working well.

davidhealey avatar Nov 23 '21 11:11 davidhealey