Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: rhermsen on February 24, 2022, 07:54:10 AM
-
Trying to start Wireshark on 13.0 fails with:
wireshark-gtk: error while loading shared libraries: liblua.so.5.3.5: cannot open shared object file: No such file or directory
-
Hi rhermsen,
In TC12 and TC13 Lua is 5.3.6...
It's time to recompile the package.
-
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.
-
'strange that it's linked against liblua.so.5.3.5 and not liblua.so.5.3
updated wireshark posted.
-
Great Thanks
Confirmed it is working now with 13.0.
-
@Juanito: Can you also recompile and post wireshark for TC12 also?
Thanks in advance!
-
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/