Thanks for your answer. So, I am trying to build Wireshark from source, but I have a problem with the Lua version:
Do I need to replace my Lua install with a version <5.3? If yes, how can I do that? asked 16 Aug ‘16, 03:43 DavidA_2015 edited 16 Aug ‘16, 05:10 grahamb ♦ |
2 Answers:
I succeeded in building Wireshark 2.0.5 with Lua 5.3 by installing patch: http://www.linuxfromscratch.org/patches/blfs/svn/wireshark-2.0.5-lua_5_3_1-1.patch mentioned here: http://www.linuxfromscratch.org/blfs/view/svn/basicnet/wireshark.html using: patch -p1 < wireshark-2.0.5-lua_5_3_1-1.patch and then invoking: ./configure --with-lua answered 16 Aug '16, 07:04 DavidA_2015 |
Yes LUA 5.3 is not supported check if there is a package for LUA 5.2 available for your system sudo zypper se lua answered 16 Aug '16, 05:28 Anders ♦ |
Your comment has been converted to a question as that’s how this site works. Please read the FAQ for more information.