Error "libboost_thread.so.1.82.0 Cannot Be Found" Is Displayed When MindIE Motor Is Started
Symptom
When MindIE Motor is started, an error message is displayed, indicating that libboost_thread.so.1.82.0 cannot be found, as shown in the following figure.

Cause Analysis
mindieservice_daemon is not correctly linked to the SO file of the dynamic dependency. As a result, the service fails to be started.
Solution
- Query the dynamic link library of mindieservice_daemon.{MindIE installation directory}/latest/mindie-service is used as an example.
ldd ./bin/mindieservice_daemon

- Run the source set_env.sh command to correctly link mindieservice_daemon to the dynamic link library.
source set_env.sh

Parent topic: FAQs