[Bro-Dev] Problem installing

Jonathan Siwek jsiwek at ncsa.illinois.edu
Tue Dec 14 14:34:25 PST 2010


> file INSTALL cannot find
> "/Users/seth/bro/bro.git/build/aux/broctl/BroControl".

At "make install" time, this is basically what should happen:

1) cp BroControl ${CURRENT_BINARY_DIR}/BroControl
2) compile Python sources in ${CURRENT_BINARY_DIR}/BroControl
3) install ${CURRENT_BINARY_DIR}/BroControl

But it looks like it skipped straight to #3 and I don't understand why.  Does that directory really not exist?  I wasn't able to reproduce this error; can you give explicit steps/commands w/ CMake version and operating system?

- Jon


More information about the bro-dev mailing list