Select to view content in your preferred language

plugin cannot be loaded for module "Esri.ArcGISRuntime"

547
1
07-16-2020 07:38 AM
QuentinAgeneau
New Contributor

Hello, I'm having troubles executing my QT app (that use Esri ArcGIS 100.7) on linux ubuntu.

Everything works fine when lauched from QtCreator but when I try to execute it from a terminal I have the following issue :

What am I doing wrong ?

0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

Hi Quentin-

I believe if you include the PRI we ship with the SDK, everything should work. However, with this specific error, I think if you explicitly add the path to the libEsriCommonQt.so (/home/vagrant/arcgis/runtime_sdk/qt100.7/sdk/linux/x64/lib) to your LD_LIBRARY_PATH variable, everything should work. 

0 Kudos