nt: 16 February 2007 17:40
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Building RPM with Lua support
It did not found lua, so it was built without it.
you should:
- locate lua.h
assuming it is in /usr/local/include
you should then:
$ ./configure --with-lua=/usr/local --whi
Luis Ontanon
> Sent: 16 February 2007 17:40
> To: Developer support list for Wireshark
> Subject: Re: [Wireshark-dev] Building RPM with Lua support
>
> It did not found lua, so it was built without it.
>
> you should:
> - locate lua.h
> assuming it is in /usr/local/include
>
It did not found lua, so it was built without it.
you should:
- locate lua.h
assuming it is in /usr/local/include
you should then:
$ ./configure --with-lua=/usr/local --whith-this --with-that
check in the report at the end of configure whether lua was included or not.
please report success or fai
Hi guys
I'm having trouble building a Wireshark RPM with Lua support.
I really a Windows (ugh) guy, so I may be missing something obvious.
I set up a build environment on Fedora Core 6, installed the libraries
for Lua and for ADNS and then said:
[my_ws_dir]$ ./autogen.sh
[my_ws_dir]$ ./configur