MegaGlest Forum

Archives (read only) => Vanilla Glest => Linux and other ports => Topic started by: Namless on 24 August 2009, 15:11:55

Title: Help!
Post by: Namless on 24 August 2009, 15:11:55
I want to install the game in my Ubuntu 9.04 but I can't do it. I download the loki files but it doesn't works. Can you explain me how to install it in Spanish? I understand English but I prefer the Spanish.

Thank you

Quiero instalar el juego en mi Ubunto 9.04 pero no doy descargue el archivo de loki pero cuando lo ejecuto no sale nada... si me pudierais ayudar y si pudiera ser en castellano....

Gracias
Title: Re: Help!
Post by: ElimiNator on 24 August 2009, 15:34:36
I don't know about Spanish but downlod it here (https://forum.megaglest.org/index.php?topic=4254.msg24188#msg24188) and install it.
Title: Re: Help!
Post by: -Archmage- on 24 August 2009, 17:05:56
Hey I use Kubuntu so we are very similar.

Go in Teminal, and type:

sudo apt-get install glest

that should do the trick.

And then to the language file, start game but then click options and change the language file to English.
Title: Re: Help!
Post by: Namless on 25 August 2009, 13:37:35
I don't know about Spanish but downlod it here (https://forum.megaglest.org/index.php?topic=4254.msg24188#msg24188) and install it.

But I don't know how to install the game can you explain it to me
Title: Re: Help!
Post by: ElimiNator on 25 August 2009, 14:38:51
Ok click here (https://forum.megaglest.org/index.php?topic=4254.msg24188#msg24188) to download it.
Now that you the binaries and data unzip the them, you will have 2 folders go in one of them (It doesn't mater which one.) and copy all the files from it into the other then double click on glest. (You might need to right click on glest and go properties, permissions, and check out allow executing file as program
Title: Re: Help!
Post by: Namless on 25 August 2009, 14:51:23
But when I do this, it appears a new file: "glest.log" an into this file there is this:

"./glest.bin: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory"
Title: Re: Help!
Post by: -Archmage- on 26 August 2009, 05:54:24
So when your computer tried to run glest.bin it couldn't find the shared library called: libopenal.so.0, cause it doesn't exist.

Sounds to me like you don't have OpenAL installed but I'm just guessing because I've never encountered that error before.
Title: Re: Help!
Post by: titi on 29 August 2009, 20:48:14
read this :
https://forum.megaglest.org/index.php?topic=4254.0

you have to create a link to libopenal.so.1 which is called libopenal.so.0
Code: [Select]
ln -s /usr/lib/libopenal.so.1 <PathToGlestInstallation>/lib/libopenal.so.0
This is a known problem for newer linuxes and I don't know how to make it work on old and new linuxes.( anyone has an idea how to fix it? )