Wireshark-bugs: [Wireshark-bugs] [Bug 11219] configure chose Lua 5.3 over Lua 5.2 even though th

Date: Sun, 07 Jun 2015 14:58:35 +0000

Comment # 7 on bug 11219 from
(In reply to Anish Bhatt from comment #6)
> 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

Well, yes and no.

Yes because once it found Lua 5.3 it disabled it.

But no because the intent was that it would find the lua52 package (from the
/usr/lib/pkgconfig/lua52.pc file your system apparently has) and use that.

What are the lines immediately prior to the ones you quoted?  I'm guessing it
says:

checking for LUA... no
checking for LUA... no

If so, could you send the config.log file or at least the section that starts
like:

configure:36453: checking for LUA


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