WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline rhermsen

  • Jr. Member
  • **
  • Posts: 97
Wireshark doesn't work on TCL-13.0
« on: February 24, 2022, 04: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: 933
Re: Wireshark doesn't work on TCL-13.0
« Reply #1 on: February 24, 2022, 04:57:16 AM »
Hi rhermsen,
In TC12 and TC13 Lua is 5.3.6...
It's time to recompile the package.

Offline rhermsen

  • Jr. Member
  • **
  • Posts: 97
Re: Wireshark doesn't work on TCL-13.0
« Reply #2 on: February 24, 2022, 05: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: 14535
Re: Wireshark doesn't work on TCL-13.0
« Reply #3 on: February 24, 2022, 10:24:57 PM »
'strange that it's linked against liblua.so.5.3.5 and not liblua.so.5.3

updated wireshark posted.

Offline rhermsen

  • Jr. Member
  • **
  • Posts: 97
Re: Wireshark doesn't work on TCL-13.0
« Reply #4 on: February 25, 2022, 06: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 16, 2022, 11:26:32 PM »
@Juanito: Can you also recompile and post wireshark for TC12 also?

Thanks in advance!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Wireshark doesn't work on TCL-13.0
« Reply #6 on: August 17, 2022, 12: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/