Page 1 of 1

Eschalon: Book 1 on Fedora 9

Posted: June 14th, 2008, 6:55 pm
by phoenix
Has anyone been able to get Book 1 running on Fedora 9?

Re: Eschalon: Book 1 on Fedora 9

Posted: June 14th, 2008, 7:41 pm
by acoustibop
Well, a search doesn't show anything, phoenix. However, if you're having problems installing it and getting it to run, it would help if you told us how you installed/tried to install it and what problems you're getting.

Re: Eschalon: Book 1 on Fedora 9

Posted: June 14th, 2008, 8:05 pm
by phoenix
Well I downloaded the demo because I have been looking for a third person RPG for a while now. After downloading the demo I untar'd it and ran the program from the command line. The dependency on "libstdc++.so.5 is one thing I have tried to get past but have been unable to. So when ran I get the following.

[user@eagle eschalon_book_1_demo]# ./eschalon_book_1_demo
./eschalon_book_1_demo: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

If there is a known way to get around the dependency on libstdc++.so.5 that would be great.

Re: Eschalon: Book 1 on Fedora 9

Posted: June 15th, 2008, 6:48 am
by acoustibop
Well, assuming you have libstdc++ installed, phoenix, it's probable that libstdc++.so.5 isn't where the game is looking for it. You need to find out where that is and put a symlink there to its actual location.

Alternatively, installing the -dev version of the libstdc++ package will sometimes put links in the right place.

Re: Eschalon: Book 1 on Fedora 9

Posted: June 15th, 2008, 11:19 am
by phoenix
Was able to get it working by downloading an older libstdc++ version.....since libstdc++.so.6 is what ships with Fedora 9.

Re: Eschalon: Book 1 on Fedora 9

Posted: June 15th, 2008, 4:06 pm
by acoustibop
Ah, that's useful to know, phoenix. I notice I have both versions installed on my Hardy system; I'm not sure if this is default, or whether I installed the older version as you've just done.