PDA

View Full Version : SimCity 3000 glibc-2.1 Problems


Neurosynapse
April 13th, 2009, 01:44 PM
Hello Again!

I was attempting to install SimCity 3000 for Linux on my system, and this is the error I get:
This installation doesn't support glibc-2.1 on Linux / x86

Please contact Loki Technical Support at support@lokigames.com
Anyone have any ideas on what I can do to get the setup.sh to run?

Thanks in advance!
Neuro

translucent juicebox
April 29th, 2009, 05:37 PM
I'm having this exact same problem and google isn't helping me much, so someone please help both of us.

AthlonMDK
May 1st, 2009, 02:35 PM
Hi

Try this might help there seems to be an glibc incompatiblity issue

http://www.gentoo-wiki.info/HOWTO_Running_Old_Loki_Games#Sim_City_3000

translucent juicebox
May 2nd, 2009, 07:04 PM
In that link, what does this mean?...

Make a file containing:

49,52c49,52
< [ $sum1 -ne $CRCsum ] && {
< echo Error in checksums $sum1 $CRCsum
< exit 2;
< }
---
> #[ $sum1 -ne $CRCsum ] && {
> # echo Error in checksums $sum1 $CRCsum
> # exit 2;
> # }
118,121c118,121
< [ $sum1 -ne $CRCsum ] && {
< $echo Error in check sums $sum1 $CRCsum
< eval $finish; exit 2;
< }
---
> #[ $sum1 -ne $CRCsum ] && {
> # $echo Error in check sums $sum1 $CRCsum
> # eval $finish; exit 2;
> #}
140c140
< [ "$keep" = y ] || trap 'cd /tmp; /bin/rm -rf $tmpdir; exit $res'
---
> [ "$keep" = y ] || trap 'cd /tmp; /bin/rm -rf $tmpdir; exit $res' 0

Do they mean that I'm supposed to copy and paste that into a text document when they say make a file, or am I to type that into terminal, or what? I'm not very computer savvy.