WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Wireshark doesn't work on TCL-13.0  (Read 2559 times)

Offline rhermsen

  • Wiki Author
  • Full Member
  • *****
  • Posts: 109
Wireshark doesn't work on TCL-13.0
« on: February 24, 2022, 07:54:10 AM »
Trying to start Wireshark on 13.0 fails with:

Code: [Select]
wireshark-gtk: error while loading shared libraries: liblua.so.5.3.5: cannot open shared object file: No such file or directory

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 934
Re: Wireshark doesn't work on TCL-13.0
« Reply #1 on: February 24, 2022, 07:57:16 AM »
Hi rhermsen,
In TC12 and TC13 Lua is 5.3.6...
It's time to recompile the package.

Offline rhermsen

  • Wiki Author
  • Full Member
  • *****
  • Posts: 109
Re: Wireshark doesn't work on TCL-13.0
« Reply #2 on: February 24, 2022, 08:29:29 AM »
Indeed, a
sudo ln -s /tmp/tcloop/lua-lib/usr/local/lib/liblua.so.5.3.6 /usr/local/lib/liblua.so.5.3.5
solves it.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: Wireshark doesn't work on TCL-13.0
« Reply #3 on: February 25, 2022, 01:24:57 AM »
'strange that it's linked against liblua.so.5.3.5 and not liblua.so.5.3

updated wireshark posted.

Offline rhermsen

  • Wiki Author
  • Full Member
  • *****
  • Posts: 109
Re: Wireshark doesn't work on TCL-13.0
« Reply #4 on: February 25, 2022, 09:25:35 AM »
Great Thanks

Confirmed it is working now with 13.0.

Offline pstavirs

  • Newbie
  • *
  • Posts: 5
Re: Wireshark doesn't work on TCL-13.0
« Reply #5 on: August 17, 2022, 02:26:32 AM »
@Juanito: Can you also recompile and post wireshark for TC12 also?

Thanks in advance!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: Wireshark doesn't work on TCL-13.0
« Reply #6 on: August 17, 2022, 03:48:22 AM »
Normally only the current repo is supported - maybe you could make your own extension using the build notes here: http://tinycorelinux.net/13.x/x86/tcz/src/wireshark/