Wireshark-bugs: [Wireshark-bugs] [Bug 10572] Lua doesn't get detected

Date: Wed, 21 Jan 2015 18:37:33 +0000

Comment # 13 on bug 10572 from
(In reply to Hadriel Kaplan from comment #12)
> (In reply to Jeff Morriss from comment #11)
> > Is it maybe there with a different name (like lua5.1)?  Try (assuming you're
> > 64-bit):
> > 
> > %ls /usr/lib64/pkgconfig/*lua*
> 
> I *do* have that. It's:
>  /usr/lib64/pkgconfig/lua.pc
> 
> But the pkg-config commands show this:
> 
>  [hadrielk@localhost]$ pkg-config --cflags lua
> 
>  [hadrielk@localhost]$ pkg-config --libs lua
>  -llua -lm -ldl
>  [hadrielk@localhost]$ pkg-config --cflags-only-I lua
> 
>  [hadrielk@localhost]$
> 
> Is that sufficient info? (I know nothing about package config)

Ah, yes, it should be.  Because on Fedora the Lua headers are in a standard
location (so there's no need for extra -I arguments).

I've seen some talk on lua.org about including pkg-config stuff--maybe they
added it in later versions (and/or Redhat has been putting them out there for a
while).  Regardless, apparently we have to handle systems that don't have
pkg-config-friendly Lua installations.  <sigh>


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