I have a LabVIEW application that I have developed and run in the LabVIEW development environment on Linux. I compiled it on linux using the application builder. That all worked great.
The problem is that the runtime is not found despite being installed when I try to run the compiled application. I realize that Ubuntu is not officially supported. I have tried adding symbolic links as suggested in the link below from 2007.
https://forums.ni.com/t5/LabVIEW/Installing-Linux-Runtime/m-p/558739#M262408
The error that I am getting is
"Can't find library libNILVRuntimeManager.so
Make sure this library is installed in your LD_LIBARY_PATH
search path, or in /usr/lib64"
There is also a similar message for liblvrt.so.20.0.
I'm somewhat tied to Ubuntu because of some other software needed for the project. Any suggestions would be much appreciated.