hi thanks for taking the time to check out my problem.
i'm in the process of putting a counter-strike source server onto my opensuse 10 box, but have run into a problem.
after downloading the automatic updater for cs:s servers, i attempt to run the updater:
./hldsupdatetool.bin
this executes and gives me the enduser agreement which i say yes or no to.
when i say yes, the following error occurs:
Enter 'yes' to accept this agreement, 'no' to decline: Y
sh: uncompress: command not found
so after a little looking into this, i have found i am probably missing an uncompressing app - ncompress.
i came across a thread relating to the issue i am having: (pls read)
http://forums.srcds.com/showthread.p...d=3508#pid3508
i have tried the ln -s line with no success, and being a linux newbie i don't know anything about slocate, or how to properly install ncompress using rpms.
any help with fixing the uncompress error would be much appreciated!