Can't run on Ubuntu Lucid 10.04 amd64

Linux support forums for Eschalon: Book II
Post Reply
shimi
Pledge
Posts: 2
Joined: July 16th, 2010, 3:12 pm

Can't run on Ubuntu Lucid 10.04 amd64

Post 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?
User avatar
xolotl
Lieutenant
Lieutenant
Posts: 777
Joined: August 21st, 2008, 1:54 pm

Re: Can't run on Ubuntu Lucid 10.04 amd64

Post 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.)
shimi
Pledge
Posts: 2
Joined: July 16th, 2010, 3:12 pm

Re: Can't run on Ubuntu Lucid 10.04 amd64

Post by shimi »

No package in the repos has the word "compact" in it's name..
User avatar
CrazyBernie
Captain Magnate
Captain Magnate
Posts: 1473
Joined: November 29th, 2007, 1:11 pm

Re: Can't run on Ubuntu Lucid 10.04 amd64

Post by CrazyBernie »

Check your spelling?? 0_o
User avatar
xolotl
Lieutenant
Lieutenant
Posts: 777
Joined: August 21st, 2008, 1:54 pm

Re: Can't run on Ubuntu Lucid 10.04 amd64

Post 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.
User avatar
SpottedShroom
Captain Magnate
Captain Magnate
Posts: 1372
Joined: June 4th, 2010, 6:18 pm

Re: Can't run on Ubuntu Lucid 10.04 amd64

Post 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.
Post Reply