Re: [Wireshark-dev] Building RPM with Lua support

2007-02-20 Thread Douglas Pratley
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

Re: [Wireshark-dev] Building RPM with Lua support

2007-02-19 Thread Douglas Pratley
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 >

Re: [Wireshark-dev] Building RPM with Lua support

2007-02-16 Thread Luis Ontanon
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

[Wireshark-dev] Building RPM with Lua support

2007-02-16 Thread Douglas Pratley
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