View Single Post
Unread 05-22-2002, 10:14 AM   #6
Nordic
Cooling Neophyte
 
Join Date: Mar 2001
Location: UmeƄ, Sweden
Posts: 98
Default

Oops, didn't see that .. had my mind all set on you trying to run just "hlds". But then you should do as they say, get a debug.log file.

The hlds_run script prepends the current directory (".') to the dynamic linker search path:

Code:
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
Of the .so file is missing, then it probably is.
It should exist in the same directory as the hlds_run script.

Oh, and if you want to run something that is a script (like the .bin file probably is, Quake3 comes as a compressed script as well), you will have to make sure that the "x" flag is set on the file for the user you have access to the file with.

Code:
chmod a+x scriptfile
Set x flag for all privilege levels (owner,group,others), or

Code:
chmod 755 scriptfile
will also do what you want but does more than just set the x the flag.
__________________
Pump:Eheim 1048, Radiator:LPD radiator 100x150x20mm, CPU block:DD Maze-2, GPU block: DD GPU block, Chipset block:Zalman NB32
AMD XP 1500+, EpoX 8K7A, PoV GF3Ti200 Pic of my YY-cube
Nordic is offline   Reply With Quote