# RHEL 4.0/endace 10GigE/Bro

**URL:** https://community.zeek.org/t/rhel-4-0-endace-10gige-bro/924
**Category:** Zeek
**Created:** [February 9, 2006, 5:47pm UTC](https://community.zeek.org/t/rhel-4-0-endace-10gige-bro/924 "2006-02-09T17:47:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Aashish\_Sharma](https://avatars.discourse-cdn.com/v4/letter/a/5fc32e/32.png) [@Aashish\_Sharma](https://community.zeek.org/u/Aashish_Sharma)
#### Post date: [February 9, 2006, 5:47pm UTC](https://community.zeek.org/t/rhel-4-0-endace-10gige-bro/924/1 "2006-02-09T17:47:16Z")

</div>

Hello All:

So I have been able to successfully compile and install bro on RHEL4.0 with dag support. Looks like bro is able to recognize DAG cards as well.

There were multiple issues which I ended up fixing off-course with the help from this list. Thanks a lot.

Just for future reference :

1) compile libpcap-0.9.4 (latest version which has DAG support) to enable DAG options  
&nbsp;&nbsp;  
&nbsp;&nbsp;./configure --disable-localpcap --libdir=/usr/local/lib --with-dag=/usr/local/dag --prefix=/usr/local CFLAGS="-D\_LARGEFILE\_SOURCE -D\_LARGEFILE64\_SOURCE -D\_FILE\_OFFSET\_BITS=64"

2) I removed "aux" from compilation list

3) Compile bro with the following :

&nbsp;&nbsp;/configure '--disable-localpcap' '--enable-selectloop' '--prefix=/usr/local/bro' '--libdir=/usr/local/lib' CFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib'

Bro installed successfully and starts/stops just fine but its not capturing any data so far. I have defined dag0 and dag1 as capture interfaces in bro.cfg.

The info.bro file is a little unusual. It does not pick up any capture filter. Is this normal for dag\* interfaces ? Is there any default filter then ? If not, how can I fix this capture filter issue.

I tried redefining capture filter in hostname.bro file in site folder but in vein.

Here is the info.bro log :

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/zeek/original/1X/f09d732bc2cc7c7cc7e35db67cf4e1d5233ce7a7.png) [@system](https://community.zeek.org/u/system)
#### Post date: [May 6, 2022, 3:37pm UTC](https://community.zeek.org/t/rhel-4-0-endace-10gige-bro/924/2 "2022-05-06T15:37:47Z")

</div>


