Error Bro install

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

Vern,

Now I downloaded the the current release 0.9 and the installation completed.
Does it version is good to use ?

Thanks a lot.
Angelita

Hi!

When the Bro Tutorials will be able in the site (www.bro-ids.org)? Anyone have some idea?

Another question, is there any console to use with Bro ids? Some software ou console to use with apache, for example?

Thanks.

Hi!

When the Bro Tutorials will be able in the site (www.bro-ids.org)?
Anyone have some idea?

I think that tutorials link should probably just be removed. Is there
anything in particular that the manuals don't help you with?

Another question, is there any console to use with Bro ids? Some
software ou console to use with apache, for example?

We have a prototypical GUI interface that isn't quite ready for public
use yet. Unfortunately we currently lack the time to work on it. I could
send you an unsupported snapshot if you're keen to experiment with it.
For more details, see

  http://www.icir.org/twiki/bin/view/Bro/BrooeryGUI
  http://www.cl.cam.ac.uk/~cpk25/publications/brooery-freenix2005.pdf

Cheers,
Christian.