Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 13594  / 2 Years ago, thu, september 15, 2022, 9:59:46

I'm trying to install LabView on my computer (Ubuntu 15.04, 64-bit), but I need the 32-bit libbz2.so.1 library, based on these instructions on the NI website and googling elsewhere. However, the link to download getlibs to install it doesn't work, I can't find getlibs anywhere else (all the links are old and broken), and the other option I was considering (ia32-libs) isn't part of Ubuntu anymore. (These instructions were unsuccessful - I still got the error Package 'ia32-libs' has no installation candidate).



How can I get this 32-bit version of the library to install LabView?


More From » 64-bit

 Answers
1

The package for libbz2.so.1 is libbz2-1.0. You can check this with the command:



apt-file search libbz2.so.1


Sample output:



% apt-file search libbz2.so.1 
libbz2-1.0: /lib/x86_64-linux-gnu/libbz2.so.1
libbz2-1.0: /lib/x86_64-linux-gnu/libbz2.so.1.0
libbz2-1.0: /lib/x86_64-linux-gnu/libbz2.so.1.0.4


Therefore install the package for 32-bit with the command:



sudo apt-get install libbz2-1.0:i386


The library ia32-libs is no longer in the repositories. Check here.


[#19926] Thursday, September 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
imonove

Total Points: 82
Total Questions: 113
Total Answers: 106

Location: Saint Vincent and the Grenadines
Member since Wed, Nov 3, 2021
3 Years ago
;