11-26-2008, 09:04 AM
navyseal Wrote:minibaka use this command I am also using fedora core 5 and this one worked:
Code:
ln -s ./hldsupdatetool.bin /usr/bin/gunzip
I found that if you're trying to install on a server without root access this will not work. Here is what I did.
I first compiled and installed ncompress in my directory from source code. For my installation, within my home directory I installed ncompress in a folder named bin.
Next I changed my path variable by
Code:
$PATH = $HOME/bin:$PATH
If you do not add ":$PATH" other commands will not work, such as "ls" and such.
Finally I ran the hlupdatetool.bin as normal
Code:
./hlupdatetool.bin