Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: rhermsen on February 24, 2022, 07:54:10 AM

Title: Wireshark doesn't work on TCL-13.0
Post by: rhermsen 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
Title: Re: Wireshark doesn't work on TCL-13.0
Post by: jazzbiker 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.
Title: Re: Wireshark doesn't work on TCL-13.0
Post by: rhermsen 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.
Title: Re: Wireshark doesn't work on TCL-13.0
Post by: Juanito 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.
Title: Re: Wireshark doesn't work on TCL-13.0
Post by: rhermsen on February 25, 2022, 09:25:35 AM
Great Thanks

Confirmed it is working now with 13.0.
Title: Re: Wireshark doesn't work on TCL-13.0
Post by: pstavirs on August 17, 2022, 02:26:32 AM
@Juanito: Can you also recompile and post wireshark for TC12 also?

Thanks in advance!
Title: Re: Wireshark doesn't work on TCL-13.0
Post by: Juanito 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/