Problem with Starting Simutrans (Xandros Linux) December 06, 2008, 12:23:08 pm Hi there,I'm running an EEE on the Xandros KDE. I've downloaded the executable and pak and put them into a folder as per the instructions but when I try running it, it tells me "command not found" when I type simutrans on the console (in the simutrans folder, of course).Double-clicking the simutrans icon brings me to the "open with" window.Help in this would be great. Thanks. Quote Selected
Re: Problem with Starting Simutrans (Xandros Linux) Reply #1 – December 06, 2008, 01:06:24 pm Sounds like it isn't set as executable… Quote Selected
Re: Problem with Starting Simutrans (Xandros Linux) Reply #2 – December 06, 2008, 01:11:01 pm In properties, it says it's an executable for linux. I checked my SDL library versions and they're up to date.eDIT: I'm a Linux newbie so I don't know how to set something as an exec. Quote Selected Last Edit: December 06, 2008, 01:13:37 pm by BananaLee
Re: Problem with Starting Simutrans (Xandros Linux) Reply #3 – December 06, 2008, 01:27:53 pm Quote from: BananaLee – on December 06, 2008, 12:23:08 pmI'm running an EEE on the Xandros KDE. I've downloaded the executable and pak and put them into a folder as per the instructions but when I try running it, it tells me "command not found" when I type simutrans on the console (in the simutrans folder, of course).Linux usually does not look for executables in the current directory, so you have to type "./simutrans".Regards,Ansgar Quote Selected
Re: Problem with Starting Simutrans (Xandros Linux) Reply #4 – December 06, 2008, 01:32:03 pm OK. I've tried that and it says permission denied.sudo ./simutrans causes it to say command not found Quote Selected
Re: Problem with Starting Simutrans (Xandros Linux) Reply #5 – December 06, 2008, 03:14:59 pm Then zou must set executable permission. Safest is "chmod 777 simutrans" Quote Selected
Re: Problem with Starting Simutrans (Xandros Linux) Reply #6 – December 06, 2008, 09:05:23 pm ./simutrans: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./simutrans)That's what I'm getting after setting permissions and typing in ./simutrans Quote Selected
Re: Problem with Starting Simutrans (Xandros Linux) Reply #7 – December 06, 2008, 09:22:16 pm Then use the other nightly (there is one with GCC 3.x and one with gcc 4.xx) Or just compile it yourself, most easily under Linux. Quote Selected
Re: Problem with Starting Simutrans (Xandros Linux) Reply #8 – December 07, 2008, 04:30:06 am Quote from: prissi – on December 06, 2008, 03:14:59 pmSafest is "chmod 777 simutrans"Uhm, please make that "chmod 755 simutrans", unless Simutrans addiction is also considered to be a danger (then choose "rm -f simutrans").SCNR. Quote Selected
Re: Problem with Starting Simutrans (Xandros Linux) Reply #9 – December 07, 2008, 05:26:03 pm Quote from: prissi – on December 06, 2008, 09:22:16 pmmost easily under Linux.Linux is only the kernel, the operating system is GNU. Quote Selected