I'm having issues running my Built CMAKE Qt application with the ArcGIS Esri library linked. I get the error:
/home/user/gazebo_dev/rare/cmake-build-debug/RARE_TEST: relocation error: /home/user/gazebo_dev/arcgis/runtime_sdk/qt100.12/sdk/linux/x64/lib/libEsriCommonQt.so: symbol _ZN9QSslError16staticMetaObjectE version Qt_5 not defined in file libQt5Network.so.5 with link time reference
Gcc Version: 7.5.0
System: Ubuntu 18.04
ArcGIS version: 100.12
QT Version: 5.15.2 (Installed through https://launchpad.net/~beineri/+archive/ubuntu/opt-qt-5.15.2-bionic)
Does anybody have an idea on how to get around this issue?