Actions
Bug #897
closed
VJ
EL
make install-full fails if wget is missing
Bug #897:
make install-full fails if wget is missing
Affected Versions:
Effort:
Difficulty:
Label:
Description
wget -qO - http://rules.emergingthreats.net/open/suricata/emerging.rules.tar.gz | tar -x -z -C "/opt/suricata/etc/suricata/" -f - /bin/sh: wget: not found gzip: stdin: unrecognized file format tar: End of archive volume 1 reached tar: Sorry, unable to determine archive format. *** Error 1 in /home/victor/oisf (Makefile:726 'install-rules')
I think it may be better to use curl, in my experience it's more likely to be available than wget. Like on this OpenBSD 5.3 test.
EL Updated by Eric Leblond over 12 years ago
- % Done changed from 0 to 80
Implemenented curl or wget in https://github.com/inliniac/suricata/pull/490
EL Updated by Eric Leblond over 12 years ago
- % Done changed from 80 to 90
VJ Updated by Victor Julien over 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 90 to 100
Merged, thanks Eric.
Actions