Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6468 Discussions

libcoreDlaRuntimePlugin.so: cannot open share object file

STATEABC
Novice
494 Views

When I run build_demos.sh in open_model_zoo, some executable files are generated. However, when running an executable file, such as object_detection_demo, some errors occur:

Cannot load library 'libcoreDlaRuntimePlugin.so:libcoreDlaRuntimePlugin.so: cannot open share object file: No such file or directory

 

Any help would be greatly appreciated, thank you

0 Kudos
6 Replies
Aznie_Intel
Moderator
414 Views

Hi Stateabc,

 

Did you run the executable file demo in OpenVINO environment and what is your OpenVINO version?

 

 

Regards,

Aznie


0 Kudos
STATEABC
Novice
408 Views

Hi,

Yes I activated the openvino environment, my openvino version is 2022.3.

 

Regards,

ABC

 

 

0 Kudos
Aznie_Intel
Moderator
384 Views

Hi Stateabc,

 

The error is because the library cannot be found. This can happen when there is a conflict between OpenVINO and OpenCV libraries. I would recommend you to permanently set the environment variables as follow:

 

vi <user_home_directory>/.bashrc

source <INSTALL_DIR>/setupvars.sh

 

You may refer to Get Ready for Running the Demo Applications on Linux*

 

 

Regards,

Aznie


0 Kudos
STATEABC
Novice
215 Views

I don't know why my reply is always invalid

0 Kudos
Aznie_Intel
Moderator
202 Views

Hi Stateabc,

 

Does my recommendation work for you? Do you still need help with this?

 

 

Regards,

Aznie


0 Kudos
Aznie_Intel
Moderator
113 Views

Hi Stateabc,


Thank you for your question. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.



Regards,

Aznie


0 Kudos
Reply