@load missing in the init-bare.bro

I clone the master this morning,

I install it with:
./configure --disable-auxtools --disable-broccoli --disable-broctl
make
make install

and then I had an error at the execution :

"internal error in [mypath]/bro/base/init-bar.bro, line 3098:internal type Files::AnalyzerArgs missing
Abandon"

Is there a @load missing in the init-bare.bro file?

"internal error in [mypath]/bro/base/init-bar.bro, line 3098:internal
type Files::AnalyzerArgs missing
Abandon"

Is there a @load missing in the init-bare.bro file?

I don't think so, or at least I'm not seeing the same thing. Can you give more details on how you're running bro and any local changes/scripts or altering of BROPATH environment variable?

- Jon

You're missing the 'e' at the end of init-bare.bro

  .Seth

After testing it again, it works ! :slight_smile:
However, I still have issues and weird errors when I try to run my own previous module.. debug time !

Thanks