Posts: 12
Threads: 5
Joined: Feb 2005
Reputation:
0
03-17-2005, 06:34 AM
(This post was last modified: 03-17-2005, 06:46 AM by maj_damage.)
still no good
it says:
sh: line 1: uncompress: command not found
Broken pipe
Uncompress seems to be removed altogeather...
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
03-17-2005, 07:17 AM
(This post was last modified: 03-17-2005, 07:22 AM by cryotek.)
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
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.
Posts: 6
Threads: 1
Joined: Mar 2005
Reputation:
0
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)
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
(*#$^*(@#$
gunzip wtf did i say gzip...
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.