On Wed, Jan 29, 2014 at 3:10 PM, dragorn <[email protected]> wrote:
> 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 > > Thanks, Mike - among the many instructions was this load: sudo apt-get install lib32bz2-1.0 I checked - seems it is there (maybe?) jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ sudo dpkg -l lib32bz2-1.0 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-============================-===================-===================-============================================================== ii lib32bz2-1.0 1.0.6-4 amd64 high-quality block-sorting file compressor library - 32bit run though I have to say with all those status items, I am not really sure.... So of course, being basically stupid about these things, I tried it again: jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ sudo apt-get install lib32bz2-1.0 Reading package lists... Done Building dependency tree Reading state information... Done lib32bz2-1.0 is already the newest version. 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. 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ sudo apt-get install lib32stdc++6 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 extra packages will be installed: lib32gcc1 The following NEW packages will be installed: lib32gcc1 lib32stdc++6 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. Need to get 389 kB of archives. After this operation, 1,318 kB of additional disk space will be used. Do you want to continue [Y/n]? YY Get:1 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/main lib32gcc1 amd64 1:4.8.1-10ubuntu9 [53.5 kB] Get:2 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/main lib32stdc++6 amd64 4.8.1-10ubuntu9 [335 kB] Fetched 389 kB in 0s (866 kB/s) Selecting previously unselected package lib32gcc1. (Reading database ... 255763 files and directories currently installed.) Unpacking lib32gcc1 (from .../lib32gcc1_1%3a4.8.1-10ubuntu9_amd64.deb) ... Selecting previously unselected package lib32stdc++6. Unpacking lib32stdc++6 (from .../lib32stdc++6_4.8.1-10ubuntu9_amd64.deb) ... Setting up lib32gcc1 (1:4.8.1-10ubuntu9) ... Setting up lib32stdc++6 (4.8.1-10ubuntu9) ... Processing triggers for libc-bin ... jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ 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 jack@jack-SVE1713CCXB:~/Downloads/DraftSight$ *frown* JC > _______________________________________________ > 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 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
