Zniffer with the latest Qt 5.15.8 libraries build

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
Eastpark
Posts: 8
Joined: 29 Jan 2022 16:02

Zniffer with the latest Qt 5.15.8 libraries build

Post by Eastpark »

Anybody running the latest version of OS for raspian Pi 4 has solved the compatibility issue with the Qt library vesrion 5.15.8 vs 5.15.2

If yes can you hint me the way forward :)

Thanks,

Eastpark
Eastpark
Posts: 8
Joined: 29 Jan 2022 16:02

Re: Zniffer with the latest Qt 5.15.8 libraries build

Post by Eastpark »

Due to a wrong linkage during build of the application the libQt* libraries have linkage to the system libraries!
Workaround: replace all the libQt* libaries in the ZMERadioTools directory with the system ones (/lib/aarch64-linux-gnu/)
including the lib libstdc++.so.6.
Now the ZMERadioTools interface will start, although still some minor rendering problems.
Post Reply