Столкновение с ошибкой команды RUN make в файле dockerfile при установке snort NIDS - PullRequest
0 голосов
/ 28 мая 2020

при установке snort NIDS на ОС petra (для маршрутизаторов) при создании команды docker file возникла следующая ошибка: RUN make

../../libtool: line 1720: /usr/bin/install: No such file or directory
Makefile:847: recipe for target 'install-preproclibLTLIBRARIES' failed
make[6]: *** [install-preproclibLTLIBRARIES] Error 127
make[6]: Leaving directory '/var/snort/snort-2.9.16/src/dynamic-preprocessors'
Makefile:1330: recipe for target 'all-local' failed
make[5]: *** [all-local] Error 2
make[5]: Leaving directory '/var/snort/snort-2.9.16/src/dynamic-preprocessors'
Makefile:1041: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/var/snort/snort-2.9.16/src/dynamic-preprocessors'
Makefile:812: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/var/snort/snort-2.9.16/src/dynamic-preprocessors'
Makefile:558: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/var/snort/snort-2.9.16/src'
Makefile:516: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/snort/snort-2.9.16'
Makefile:382: recipe for target 'all' failed
make: *** [all] Error 2
The command '/bin/sh -c make' returned a non-zero code: 2
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...