Click to See Complete Forum and Search --> : Arghh... Problem installing Quake3Demo


kuber
01-27-2001, 08:54 PM
Ok, so I go to root and run:

sh quakeblahblah.sh and get this white screen that has a prompt... Now what? (or what am I doing wrong?)

Thanks,
k

ansivirus
01-27-2001, 09:56 PM
are you running this through X?? I suggest being logged into X then open a terminal and then browse to the directory that it's in then type

./quake3blahblahblah

it should say verifying the intergrity then open another screen then show a bunch of . then open the install prog.. http://www.linuxnewbie.org/ubb/smile.gif

-ansivirus

kuber
01-27-2001, 10:27 PM
Hmm.. I tried that with a terminal and it gave me permission denied-even in root...

kuber
01-27-2001, 10:28 PM
Hmm.. I tried that with a terminal and it gave me permission denied-even in root...

Ig0r
01-27-2001, 10:35 PM
When I installed it, I had to use "bash quake3blehbleh.sh" to get it working.
sh didn't work, and just running it didn't work.

kuber
01-27-2001, 10:37 PM
Damn! I tried bash quake3...sh and got the same white screen as with sh. Is there something wrong with my bash/sh?
k

:strain:
01-27-2001, 11:12 PM
chmod +x the file

and then ./ run it.

kuber
01-27-2001, 11:16 PM
Great-that worked-thanks. What exactly did that do?

k

ansivirus
01-28-2001, 12:05 AM
That was about to be my next suggestion basically it changed the attributes of the file to allow execution.. http://www.linuxnewbie.org/ubb/smile.gif

-ansivirus