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
Zniffer with the latest Qt 5.15.8 libraries build
Re: Zniffer with the latest Qt 5.15.8 libraries build
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.
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.