Page 1 of 1
Zniffer with the latest Qt 5.15.8 libraries build
Posted: 05 Oct 2024 18:32
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
Re: Zniffer with the latest Qt 5.15.8 libraries build
Posted: 07 Oct 2024 00:12
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.