I just linstalled wireshark 2.2 for linux and now get the following message when trying to run wireshark as any user, including root. Wireshark: error while loading shared libraries: libwscodecs.so.1: cannot open shared object file: no such file or directory. I ran ./confirure, make and make install without any errors. Thanks asked 26 Sep '16, 11:23 DanHicks76 edited 26 Sep '16, 13:39 Guy Harris ♦♦ |
"Installed" as in "downloaded the source and ran ./configure, make, and make install", rather than "installed" as in "installed my Linux distribution's binary package"?
I downloaded and untared the linux wireshark-2.2.0.tar.bz2 file than ran 'sudo ./configure && make && make install'
So you're running the installed Wireshark, either from the command line (
/usr/local/bin/wireshark
) or by launching it from the GUI?What happens if you run
sudo /sbin/ldconfig
and then try running Wireshark?