Rune Central
http://runequake.com/forums/

Quake, Linux, And unixded
http://runequake.com/forums/viewtopic.php?f=3&t=423
Page 1 of 1

Author:  T-O-P [ Thu Mar 25, 2004 11:58 pm ]
Post subject:  Quake, Linux, And unixded

Has anyone used linux to run a quake server?

I'm trying to setup unixded to run a quake server on my machine. When I set the permissions for the file, and try to run the program, my console cannot recognize the path to the program ..? printing the error messing "No such file or directory".

Any post would helpful.

Thanks!

Author:  Slot Zero [ Fri Mar 26, 2004 2:24 pm ]
Post subject: 

You're probably missing a library file. You might want to use ltrace to determine what library file is being called.

In addition, you might consider using a more recent server, such as ProQuake (sqpro). Information about ProQuake and the precompiled linux binary is available here,

http://www.planetquake.com/proquake/

Author:  MagnesiuM [ Sat Mar 27, 2004 10:41 pm ]
Post subject: 

Quote:
I'm trying to setup unixded to run a quake server on my machine. When I set the permissions for the file, and try to run the program, my console cannot recognize the path to the program ..? printing the error messing "No such file or directory".


The most likely possibility is that you need to run it with a "./" in front of the file like this:

cd /path/to/unixded
./unixded

I believe that the permissions should be set at 755 also.

HTH
MagnesiuM

Author:  toyo_mr2 [ Mon Mar 29, 2004 5:23 am ]
Post subject: 

It's nice to have the working directory in your path.

Depending on the shell your using, include one of the following in your initialization script or file:

export PATH = ./:$PATH

or

set PATH = (./ $PATH)


toyo

Author:  CrAzIcRaCkEr [ Fri Apr 09, 2004 8:03 pm ]
Post subject:  linux

Yeah! What they said!


Cc

Author:  urdead [ Wed May 05, 2004 12:24 pm ]
Post subject: 

Or type in the full path: /usr/local/etc/quake/unixded or whatever the path is or ./unixded if you're already in that directory....

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/