PDA

View Full Version : Mandriva 2007 install


jawbrake
08-02-2007, 05:54 AM
Hallo there!

There is som problem in mandriva 2007.
I cant get the file (rolauncher) to work. its just asks me for which program i would like to run it in.

i saw this http://www.youtube.com/watch?v=0G7SFYjZsJM and i attempt everything
but nothing happend.

surak
08-02-2007, 12:50 PM
Did you set execution permissions on the file?

Comp
08-02-2007, 10:04 PM
open a terminal....

chmod +x <filename>

jawbrake
08-04-2007, 10:21 PM
open a terminal....

chmod +x <filename>


bash: syntax error near unexpected token `newline' is just says

jawbrake
08-04-2007, 10:23 PM
Did you set execution permissions on the file?

yeah but its not happening anything

arlick
08-05-2007, 02:33 PM
try that:

open a terminal
navigate to the folger of the game

type that:

ls -las rolauncher

write the output

whatwas
11-01-2007, 12:50 PM
For everyone using Mandriva Linux...
If you can't get the rolauncher to work (you clicked on the executable file, but nothing seems to happen), just open the terminal (when the launcher is placed), write ./rolauncher and watch the output...
You should get something like "error while loading shared libraries: libexpat.so.1: cannot open shared object file: No such file or directory" So, follow this link (http://rpm.pbone.net/index.php3/stat/4/idpl/4577876/com/libexpat1-2.0.1-1mde2007.1.i586.rpm.html) and install the missing library... And then will be everything right.. ^^