How to fix dji_irp: error while loading shared libraries: libdirp.so: cannot open shared object file: No such file or directory
Problem:
When you try to run dji_irp
from the DJI thermal SDK on Linux, you see the following error message:
Solution
The libdirp.so
library is included with the SDK but it is in a subfolder (the same subfolder where dji_irp
is located) where the shell can’t find it.
In order to fix the issue, prefix the command you’re using with
For example:
Check out similar posts by category:
Audio/Video, Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow