parse.o: Definition of symbol `_yylhs' (multiply defined)
../libpcap-0.6.2/libpcap.a(grammar.o): Definition of symbol `_yylhs'
Looks like Bro got built using a version of yacc that doesn't support -p,
while presumably the other version of Bro was built with a version of
yacc that does.
Vern