I have CentOS 6.7. I have attempted to install bro in all possible ways with no success. I have installed the dependencies and development tools but I keep getting errors.
the current bro master installation from git.bro.org, that I think you are
trying to use, requires an installation of libcaf
(http://www.actor-framework.org). You either have to install it and
provide the location to configure using --with-libcaf=PATH, or tell
configure to disable the parts of Bro that need the library using
--disable-broker.
If you are trying to compile Bro 2.4.1, this should not be necessary.
As to the binary packages, I just tried an installation on a fresh CentOs
installation that worked without any problems. If you want help in
trouble-shooting that, please provide all steps that you followed until
you arrived at the error-message.