Hi Ondra.

It's don't work.
I finding giunzip on /bin folder, open root shell and typing

ln -s /usr/bin/gunzip /usr/bin/uncompress

After I trying run hldsupdatetool.bin

and...

sh:uncompress: command not found

Regards,
Andrey.


----- Original Message -----
From: "Ondřej Hošek" <[EMAIL PROTECTED]>
To: <hlds_linux@list.valvesoftware.com>
Sent: Saturday, October 13, 2007 11:54 PM
Subject: Re: [hlds_linux] running Linux server. Please help.


Because your system is too new to have "uncompress", an ancient tool for
.Z archives (which have gone out of use due to patent problems with the
underlying algorithm). Luckily, gzip can decompress not only .gz but
also .Z files.

First, locate "gunzip" by using the "which gunzip" command. Let's say
gunzip is in /usr/bin. Now, do the following as root:

ln -s /usr/bin/gunzip /usr/bin/uncompress

Then, try running hldsupdatetool.bin again.

Good luck,
~~ Ondra



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to