Wireshark-bugs: [Wireshark-bugs] [Bug 11219] configure chose Lua 5.3 over Lua 5.2 even though th
Date: Sun, 07 Jun 2015 05:53:36 +0000

Comment # 6 on bug 11219 from
configure command used :

  ./configure \
      --prefix=/usr \
      --with-qt \
      --with-pcap \
      --with-zlib \
      --with-lua \
      --with-portaudio \
      --with-ssl \
      --with-krb5

I'm not sure if this was the intended behaviour :

checking for the location of lua.h... /usr/include
checking the Lua version... 5.3 - disabling Lua support
configure: error: Lua support was requested, but is not available


You are receiving this mail because:
  • You are watching all bug changes.