Error in install-brolite

Hi
i’m trying install bro-1.4 :
1. ./configure

no error
2.make

no error
3.make install

no error
4.make install-brolite



make[1]: Leaving directory /root/Download/bro-1.4/aux'<br>/bin/chown -R cat scripts/bro_user_id/usr/local/bro/<br>cat: scripts/bro_user_id: No such file or directory<br>/bin/chown: missing operand after/usr/local/bro/‘
Try `/bin/chown --help’ for more information.
make: [install-brolite] Error 1 (ignored)

Please run “/usr/local/bro/etc/bro.rc --start” to start bro

does not create the file ‘$BROHOME/etc/bro.cfg’.
please help me for resolve this problem.


|

BroLite has been deprecated for a while now and I believe it's actually broken in 1.4. You would be much better served by using Bro 1.5 and BroControl.

Here is a document about working with BroControl:
   http://svn.icir.org/bro/releases/release_1_5/bro/aux/broctl/README.html

  .Seth

I’m using Bro 1.5 and run ‘./configure’ without error but run ‘make’ get following error:

make[4]: Leaving directory /root/Download/bro-1.5/aux/broccoli'<br>Making all in broctl<br>make[4]: Entering directory /root/Download/bro-1.5/aux/broctl’
make[4]: *** No rule to make target all'. Stop.<br>make[4]: Leaving directory /root/Download/bro-1.5/aux/broctl’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /root/Download/bro-1.5/aux'<br>make[2]: *** [all] Error 2<br>make[2]: Leaving directory /root/Download/bro-1.5/aux’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Download/bro-1.5’
make: *** [all] Error 2

Now how to resolve this problem?

— On Sun, 7/11/10, Seth Hall seth@remor.com wrote:


> From: Seth Hall seth@remor.com
> Subject: Re: [Bro] Error in install-brolite
> To: “hossain talebi” talebihossain@yahoo.com
> Cc: Bro@ICSI.Berkeley.EDU
> Date: Sunday, July 11, 2010, 6:22 AM
>
> On Jul 10, 2010, at 8:32 PM, hossain talebi wrote:
>
> > 4.make install-brolite
>
> BroLite has been deprecated for a while now and I believe it’s actually broken in 1.4. You would be much better served by using Bro 1.5 and BroControl.
>
> Here is a document about working with BroControl:
> http://svn.icir.org/bro/releases/release_1_5/bro/aux/broctl/README.html
>
> .Seth

|

You didn't actually include the error that occurred. You need to include more of the text above what you sent last time.

  .Seth