PDA

View Full Version : Installing SRCDS


papermastermind
12-20-2004, 04:50 PM
I'm following instructions from srcds.com

My server is running Fedora.
I've downloaded hldsupdatetool.bin and put it in the srcds_l directory. When I run the file and type yes, I get the error:
sh: line 1: uncompress: command not found
Broken pipe

I CHMODed the directory and hldsupdatetool.bin to 777, and still get the error.

I've asked some people that have linux experience, but they don't know. So I really have no clue what to do.

Hagen
12-20-2004, 05:03 PM
Type the following command (as root):
ln -s /bin/gunzip /bin/uncompress

A whole tutorial about CS Source installation can be found there:
http://www.webhostingtalk.com/archive/thread/343796-1.html

papermastermind
12-20-2004, 09:44 PM
When I try "ln -s /bin/gunzip /bin/uncompress", I get this error:
ln: creating symbolic link `/bin/uncompress' to `/bin/gunzip': Permission denied

I gave the hlds user full admin in DirectAdmin. And this isn't even my problem. My problem is the error I get in the first post.

papermastermind
12-20-2004, 09:51 PM
Forget about all this, I've got it figured out.

Hagen
12-21-2004, 11:26 AM
Glad to see that you fixed the problem. :)

darksim
12-22-2004, 11:36 AM
I have this same problem.
Please help me.

kelnage
01-23-2005, 11:42 AM
Found the fix.

In root:

# cd /usr/bin
# ln -s gunzip uncompress
# ln -s gzip compress (just for safety)