Linux Users

cancel
Showing results for 
Search instead for 
Did you mean: 

How to install LabVIEW 2011 on Ubuntu 10.04 64 bit

Ubuntu 10.04 LTS is not officially supported by LabVIEW. However LabVIEW can be successfully installed on this OS. Using the 32 bt version of this OS, simply running the INSTALL script and following the wizard procedure brings you to a successfull setup.

Ubuntu 10.04 LTS 64 bit can be used, too, but an error during the wizard prevents the success of the setup. The error is related to a missing 32 bit library, libbz2.so, required by LabVIEW and not available on the 64 bit version of ubuntu 10.04. The solution is represented by the download of the required library and the creation of a symbolic link that meets the setup wizard requirements.

The complete procedure required in order to install successfully LabVIEW on Ubuntu 10.04 LTS is the following:

  • Download and install the attached getlibs tool
  • Run getlibs coomanf from a terminal, in order to download the required libraries. Notice that you have to be connected to Internet
  • Create and update the symbolic links, prompting the following commands in a terminal

cd /usr/lib32

sudo ln -s libbz2.so.1.0 libbz2.so.1

sudo ldconfig

  • Run the INSTALL script

sudo sh ./INSTALL

Message 1 of 3
(26,496 Views)

Well, for copy and past operation, here is the command to install the getlibs tool (missing above 😞

sudo dpkg -i getlibs-all-deb

Message 2 of 3
(4,499 Views)

hi, could you let me know also how to istall on a 32 bit version? thanks

0 Kudos
Message 3 of 3
(4,499 Views)