Page 1 of 1

Can't run on Ubuntu Lucid 10.04 amd64

Posted: July 16th, 2010, 3:15 pm
by shimi
./eschalon_book_2: /usr/lib32/libstdc++.so.6: version `CXXABI_1.3' not found (required by ./eschalon_book_2)
./eschalon_book_2: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4' not found (required by ./eschalon_book_2)
./eschalon_book_2: /usr/lib32/libstdc++.so.6: version `CXXABI_1.3' not found (required by /usr/lib32/libGLU.so.1)
./eschalon_book_2: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4' not found (required by /usr/lib32/libGLU.so.1)

How can I run it?

Re: Can't run on Ubuntu Lucid 10.04 amd64

Posted: July 16th, 2010, 4:12 pm
by xolotl
I'm not personally familiar with Ubuntu packaging, but you probably need to install some kind of "gcc-compat" lib. Do a package search for "compat" and see what comes up; one of those should fix it for you. (Oh, and make sure that it's the 32-bit version that you're installing.)

Re: Can't run on Ubuntu Lucid 10.04 amd64

Posted: July 17th, 2010, 11:39 am
by shimi
No package in the repos has the word "compact" in it's name..

Re: Can't run on Ubuntu Lucid 10.04 amd64

Posted: July 17th, 2010, 12:02 pm
by CrazyBernie
Check your spelling?? 0_o

Re: Can't run on Ubuntu Lucid 10.04 amd64

Posted: July 17th, 2010, 12:55 pm
by xolotl
shimi wrote:No package in the repos has the word "compact" in it's name..
Yeah, it'd be "compat" - you've got an extra c in there.

Re: Can't run on Ubuntu Lucid 10.04 amd64

Posted: July 17th, 2010, 8:00 pm
by SpottedShroom
Your libstdc++.so.6 is an old version. Since Ubuntu Lucid comes with the correct one (I know, since I'm running it myself) I wonder if something odd happened with your 32 bit libraries during an upgrade.

Try running:

apt-get install lib32stdc++6

That should update you to the latest version.