Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Well it looks like the make process for Lua was ignoring my environment variables. For future reference and anyone else who comes across this problem the way to do it is to build Lua as follows:

$ sudo yum install readline-devel
$ tar -xvf lua-5.2.4.tar.gz
$ cd lua-5.2.4
$ make Linux MYCFLAGS=-fPIC
$ sudo make install

Then you should be able to make Wireshark no problem