SRCDS Steam group


Install Problem
#1
I have a problem,
I type

mkdir srcds_l
cd srcds_l
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin

Without problem but as soon as I type

./hldsupdatetool.bin

I type "yes" and get this screen, (see Image)


Please help


Attached Files
.png   snapshot1.png (Size: 210.59 KB / Downloads: 17)
Reply
#2
Try this..
Code:
locate ncompress
you may need to install slocate or run updatedb once you find it (it may point to /usr/bin/ncopress or /bin/ncompress
run ls -al /bin/ncompress
If you see something like
lrwxrwxrwx 1 root root 9 Mar 16 12:54 /bin/ncompress -> /usr/bin/unzip

then..
rm /bin/ncompress (or /usr/bin/ncompress) then run ln -s /bin/gzip /bin/nzcompress as root then try it again.
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#3
still no good

it says:

sh: line 1: uncompress: command not found
Broken pipe

Uncompress seems to be removed altogeather...
Reply
#4
before ncompress was pointing to unzip, you need to make it point to gzip
either that install uncompress

But locations tend to differ depending on the distro i suppose
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#5
try this

chmod +x hldsupdatetool.bin && ./hldsupdatetool.bin

or if it errors

ln -s /bin/gunzip /bin/uncompress && ./hldsupdatetool.bin

(That's on one line)
Reply
#6
(*#$^*(@#$
gunzip wtf did i say gzip...
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)