# Anyone seen this problem before ?

**URL:** https://community.zeek.org/t/anyone-seen-this-problem-before/227
**Category:** Zeek
**Created:** [April 1, 2002, 5:16pm UTC](https://community.zeek.org/t/anyone-seen-this-problem-before/227 "2002-04-01T17:16:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Bill\_Fenner](https://avatars.discourse-cdn.com/v4/letter/b/f05b48/32.png) [@Bill\_Fenner](https://community.zeek.org/u/Bill_Fenner)
#### Post date: [April 1, 2002, 5:16pm UTC](https://community.zeek.org/t/anyone-seen-this-problem-before/227/1 "2002-04-01T17:16:06Z")

</div>

If you don't have both flex and bison installed, both libpcap and  
bro will use the system lex/yacc. The system lex/yacc don't support  
multiple parsers in the same executable.

I wonder if bro's configure script should insist on flex/bison,  
since it knows that it'll be linked with libpcap which already has  
a parser, and if both are compiled with the system lex/yacc you will  
get errors like this.

&nbsp;&nbsp;Bill

---

<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:36pm UTC](https://community.zeek.org/t/anyone-seen-this-problem-before/227/2 "2022-05-06T15:36:27Z")

</div>


