From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Linux Users

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem launching VIPM on Ubuntu 18.04 LTS

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 ? 

0 Kudos
Message 1 of 2
(2,285 Views)

Use "sudo rpm -ivh packagename --nodeps --force-debian" command to install i386 packages

Message 2 of 2
(2,194 Views)