{"id":3608,"date":"2011-06-15T17:04:18","date_gmt":"2011-06-15T16:04:18","guid":{"rendered":"http:\/\/www.walkingrandomly.com\/?p=3608"},"modified":"2011-06-15T17:04:39","modified_gmt":"2011-06-15T16:04:39","slug":"labview-2010-fall-edition-on-64bit-ubuntu-linux","status":"publish","type":"post","link":"https:\/\/walkingrandomly.com\/?p=3608","title":{"rendered":"Labview 2010 (Fall edition) on 64bit Ubuntu Linux"},"content":{"rendered":"<p>I needed to install Labview 2010 onto a Ubuntu Linux machine but when I inserted the DVD nothing happened.\u00a0 So, I tried to manually mount it from the command line in the usual way but it didn&#8217;t work.  It turns out that the DVD isn&#8217;t formatted as iso9660 but as hfsplus.  The following incantations worked for me<\/p>\n<pre>sudo mount -t hfsplus \/dev\/sr0 \/media\/cdrom0 -o loop\r\nsudo \/media\/cdrom0\/Linux\/labview\/INSTALL\r\n<\/pre>\n<p>The installer soon became upset and gave the following error message<\/p>\n<pre>\/media\/cdrom0\/Linux\/labview\/bin\/rpmq: error while loading shared libraries: libbz2.so.1: \r\ncannot open shared object file: No such file or directory\r\n<\/pre>\n<p>This was fixed with (<a href=\"http:\/\/forums.ni.com\/t5\/LabVIEW\/labview-for-linux-Ubuntu-64-bit\/td-p\/1106325\/page\/2\">original source here<\/a>)<\/p>\n<pre> cd \/usr\/lib32\r\n sudo ln -s libbz2.so.1.0 libbz2.so.1\r\n sudo ldconfig\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I needed to install Labview 2010 onto a Ubuntu Linux machine but when I inserted the DVD nothing happened.\u00a0 So, I tried to manually mount it from the command line in the usual way but it didn&#8217;t work. It turns out that the DVD isn&#8217;t formatted as iso9660 but as hfsplus. The following incantations worked [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[20,5],"tags":[],"class_list":["post-3608","post","type-post","status-publish","format-standard","hentry","category-applications","category-linux"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p3swhs-Wc","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=\/wp\/v2\/posts\/3608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3608"}],"version-history":[{"count":3,"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=\/wp\/v2\/posts\/3608\/revisions"}],"predecessor-version":[{"id":3611,"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=\/wp\/v2\/posts\/3608\/revisions\/3611"}],"wp:attachment":[{"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/walkingrandomly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}