10-03-2019 04:59 AM
I am trying to run
sudo ./vipm
having followed all the instructions in order to install LabVIEW runtime engine but I still get the error:
"Can't find library liblvrt.so.15.0
Make sure this library is installed in your LD_LIBRARY_PATH
search path, or in /usr/lib
To download the LabVIEW Runtime engine, go to http://www.ni.com/rteFinder?dest=lvrte&version=15.0&platform=Linux&lang=en"
Only thing I did differently is that because I could not install the i386,rpm files on mh amd64 engine, I used alien to convert them into .deb packages and then installed them using thw command
sudo dpkg -i --force-overwrite *.deb
If I install only the x86_64.rpm files from the LabVIEW2015SP1RTE_Linux folder, will I encounter the same error ?
12-07-2019 03:38 PM
Use "sudo rpm -ivh packagename --nodeps --force-debian" command to install i386 packages