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 >From there you can do: apt-get update apt-get install libstdc++6:i386 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
