<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi guys,</p>
    <p>When i compile the code by make command, i got the following
      error:<br>
    </p>
    <p><br>
    </p>
    <p>make[2]: Leaving directory '/home/kris/suricata/rust'<br>
      Making all in src<br>
      make[2]: Entering directory '/home/kris/suricata/src'<br>
        CC       alert-debuglog.o<br>
        CC       alert-fastlog.o<br>
        CC       alert-prelude.o<br>
        CC       alert-syslog.o<br>
        CC       alert-unified2-alert.o<br>
        CC       app-layer.o<br>
        CC       app-layer-dcerpc.o<br>
        CC       app-layer-dcerpc-udp.o<br>
        CC       app-layer-detect-proto.o<br>
        CC       app-layer-dnp3.o<br>
        CC       app-layer-dnp3-objects.o<br>
        CC       app-layer-dns-common.o<br>
        CC       app-layer-dns-tcp.o<br>
        CC       app-layer-dns-tcp-rust.o<br>
      <font color="#cc0000">app-layer-dns-tcp-rust.c:31:30: fatal error:
        rust-dns-dns-gen.h: No such file or directory</font><br>
      compilation terminated.<br>
      Makefile:1726: recipe for target 'app-layer-dns-tcp-rust.o' failed<br>
      make[2]: *** [app-layer-dns-tcp-rust.o] Error 1<br>
      make[2]: Leaving directory '/home/kris/suricata/src'<br>
      Makefile:493: recipe for target 'all-recursive' failed<br>
      make[1]: *** [all-recursive] Error 1<br>
      make[1]: Leaving directory '/home/kris/suricata'<br>
      Makefile:419: recipe for target 'all' failed<br>
      make: *** [all] Error 2<br>
    </p>
    <p><br>
    </p>
    <p>I cannot found the rust-dns-dns-gen.h file in the src dir.<br>
    </p>
    <p>Please help me to fix this.</p>
    <p>Thanks,</p>
    <p>Kris<br>
    </p>
  </body>
</html>