Page 1 of 1

libolaio.so OLA Plugin Problem

Posted: Tue Oct 13, 2015 7:12 pm
by insolvenzopfer
Hi, i have a Problem with Ola Support.
when i start QLC+ i become this error in DebugLog
void IOPluginCache::load(const QDir&) "libolaio.so" doesn't contain an I/O plugin: "The file '/usr/lib/qt4/plugins/qlcplus/libolaio.so' is not a valid Qt plugin."
Ola Plug is not loadet

QLC+ Version 4.9.1
Debian Version 7.8
OLA Version 0.9.8
Raspberry Pi 2

i have compile qlc+ myself while i need a few other option and there was no libolaio.so then i copy it from my old raspi with 4.9.1 and changed owner to root:root like the other files in this dir.

Have someone a reasen for this error?


Thanks

Uli

Re: libolaio.so OLA Plugin Problem

Posted: Tue Oct 13, 2015 8:25 pm
by mcallegari
Not sure how you built the whole sources, but in my image the OLA plugin works fine.
Actually I haven't upgraded to 0.9.8 yet. I'm still on 0.9.5 if I remember.

Given the error you got, it seems like a cross compilation issue. You might have built the plugin with a x86 compiler instead of the Raspberry ARM toolchain.
That's usually when that message appears.