It works now, excepted sound. Even after I copied the SO files in executable's directory.
Hello Roland and Lulu.
The sound problem might be due to the audio system being used, which isn't defined in
alsoft.conf.
In Lulu's
alsoft.conf file, we find the following definition:
drivers = alsa, pulse, oss,
Mageia , afaik, uses PipeWire as its default audio driver. Adding it might solve the problem:
drivers = pipewire, alsa, pulse, oss,
You can also try all the installed drivers, starting with the default one (in this case, leave it blank):
Hopefully this helps.