Solution
This issue is typically caused by either a missing or improperly installed LabVIEW Runtime Engine, or the system not being able to locate the runtime library in the expected path. After trying each of the possible solutions provided below, re-run your application that calls the LabVIEW shared library to check if the issue was fixed.
Install or reinstall the LabVIEW Runtime Engine
If the error persists, create a symbolic link to the runtime library
ln -s /usr/local/natinst/labview/liblvrt.so /usr/lib64/liblvrt.so.XX.x
ls -l /usr/lib64/liblvrt.so.XX.x