[Bro] Error Bro install

Vern Paxson vern at icir.org
Mon Jun 13 11:20:37 PDT 2005


> I tried to install BRO and after make install I received this message:
> 
> bro /usr/local/sbin
> make: bro: Command not found
> make: *** [install] Error 127
> 
> Can anyone help me?

What does Makefile and src/Makefile show for INSTALL?  Do you see something
like:

	INSTALL = /usr/bin/install -c
	INSTALL_PROGRAM = ${INSTALL}
	INSTALL_DATA = ${INSTALL} -m 644
	INSTALL_SCRIPT = ${INSTALL}
	INSTALL_HEADER = $(INSTALL_DATA)

?  The message you get would occur if INSTALL isn't set ...

		Vern



More information about the Bro mailing list