03-25-2015 06:44 PM
I installed labview 2010 on ubuntu and I'm trying to get vipm 2014 working. I downloaded the Runtime Engine for Labview 2010, but I still can't get vipm working.
It gives me an error saying: "make sure this library is installed in your LD_LIBRARY_PATH" and that I have to install the runtime engine. The runtime engine I got was in a zip and I only had to copy it to /usr/local/lib.
Can someone please help me fix this problem?
Thanks.
03-26-2015 04:41 PM - last edited on 03-27-2015 10:07 AM by dcarva
[edited by moderator to modify link from an internal to an external use]
From what you are saying I'm getting that you only copied the zip file to /usr/local/lib, what you would actaually have to do according to instllation instruction is run the following command with root access, to actually install the Runtime Engine 2010 sp1.
rpm -Uvh labview-2010-rte-10.0.1-1.i386.rpm
In case you are having further issues with the path of the library the following link might be useful.
http://digital.ni.com/public.nsf/allkb/704A144BF85EB49A86256D440063300B
In any case, I hope you are able to get the functionallity you need, and I'd like to remind you that Ubuntu is not among the supported linux distributions for National Instruments products, so there's no guarantee the software will work properly.
03-27-2015 08:54 AM
I tried to install it as you told me, but it says that I have missing dependencies in bin/sh/.
I don't know what command to run in the terminal to install these dependencies.
Can you please tell me how to install these dependencies?
Thanks.