On Wed, Jan 29, 2014 at 02:50:32PM -0500, Jack Chastain wrote: > So the obvious thing is to go look for that missing library - I find this: > > jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ find / -name "libstdc++.so.6" > 2>/dev/null > /usr/lib/x86_64-linux-gnu/libstdc++.so.6 > > jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ ls -l > /usr/lib/x86_64-linux-gnu/libstdc++.so.6* > lrwxrwxrwx 1 root root 19 Nov 15 10:22 > /usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libstdc++.so.6.0.18 > -rw-r--r-- 1 root root 979056 Nov 15 10:31 > /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.18 > jack@jack-SVE1713CCXB:~/Downloads/DraftSight$
You're missing the 32bit version; you're looking in x86_64, you need to find whatever provides 32bit stdc++ ... possibly the lib32stdc++6 package. -m --
signature.asc
Description: Digital signature
_______________________________________________ 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
