OK - Back on this today...
On Wed, Jan 29, 2014 at 4:09 PM, Chris Knadle <[email protected]>wrote: > On Wednesday, January 29, 2014 15:53:56 dragorn wrote: > > On Wed, Jan 29, 2014 at 03:19:25PM -0500, Jack Chastain wrote: > > > /opt/dassault-systemes/DraftSight/Linux/DraftSight > > > /opt/dassault-systemes/DraftSight/Linux/DraftSight: error while loading > > > shared libraries: libGL.so.1: cannot open shared object file: No such > file > > > or directory > > > jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ > > > > Now you need the 32bit gl. And all the accompanying 32bit systems. > > > > You're trying to run a complex GUI 32bit app on a 64 bit system - you > > will have to install basically a complete 32bit system alongside the > > 64bit. > > What's needed is "adding the i386 architecture" on this amd64 system. > i.e.: > > sudo dpkg --add-architecture i386 > This gives no action at all - I thought I sould check with "dpkg -l | grep i386" and sure enough - lots of stuff. Apparently, that is already installed? > From there you can do: > > apt-get update > apt-get install libstdc++6:i386 > This netted the following - it looks familiar - should I be specifically removing those items called out inline here: jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ sudo apt-get install libstdc++6:i386 Reading package lists... Done Building dependency tree Reading state information... Done *The following packages were automatically installed and are no longer required:* * linux-headers-3.11.0-13 linux-headers-3.11.0-13-generic linux-image-3.11.0-13-generic linux-image-extra-3.11.0-13-generic* Use 'apt-get autoremove' to remove them. The following NEW packages will be installed: libstdc++6:i386 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded. Need to get 335 kB of archives. After this operation, 1,181 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/main libstdc++6 i386 4.8.1-10ubuntu9 [335 kB] Fetched 335 kB in 0s (1,903 kB/s) Selecting previously unselected package libstdc++6:i386. (Reading database ... 255768 files and directories currently installed.) Unpacking libstdc++6:i386 (from .../libstdc++6_4.8.1-10ubuntu9_i386.deb) ... Setting up libstdc++6:i386 (4.8.1-10ubuntu9) ... Processing triggers for libc-bin ... jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ the start error now is jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ /opt/dassault-systemes/DraftSight/Linux/DraftSight /opt/dassault-systemes/DraftSight/Linux/DraftSight: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory so I guess there is some progress. I think I may be just about ready to just put this in a VM window under W8. I hate that thought Jc > > and likewise install other required 32-bit (i.e. i386) dependencies that > you > find. Likewise Google Earth is a 32-bit only package -- Google seems to > be in > the habit of releasing these things as 32-bit only for whatever reason. > Wine > typically needs 32-bit libs too, although I think a 64 bit package is > coming > soon (or exists already, hopefully?) > > -- Chris > > -- > Chris Knadle > [email protected] > _______________________________________________ > Mid-Hudson Valley Linux Users Group http://mhvlug.org > http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug > > Upcoming Meetings (6pm - 8pm) Vassar College > Feb 5 - Nginx > Mar 5 - March Meeting: 11th Anniversary > Apr 2 - Google App Engine > -- Google Voice: (914) 468-4552 ---------------------------------------- Prov. 12:15 Eschew obfuscation and pompous prolixity. Light a man a fire, he is warm for the night. Light a man afire, he is warm for the rest of his life.
_______________________________________________ Mid-Hudson Valley Linux Users Group http://mhvlug.org https://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug Upcoming Meetings (6pm - 8pm) Vassar College Feb 5 - Nginx Mar 5 - March Meeting: 11th Anniversary Apr 2 - Google App Engine
