![]() |
libwireshark.so.2: cannot open shared object file: No such file or directory
I am using ubuntu and learning computer networking using wireshark, but my wireshark seems to be to slow and always out of response, so I decide to download the source code, and recompile it.
Before today, my wireshark is installed through Code:
apt-get install wiresharkSo, I delete it by Code:
apt-get remove wiresharkCode:
locate wireshark | grep -viE 'unimous' | xargs sudo rm -rfAnd then, download wireshark's source code, ./configure, make, sudo make install. When all the thing is done, I am trying to open wireshark using the command Code:
sudo wiresharkCode:
wireshark: error while loading shared libraries: libwireshark.so.2: cannot open shared object file: No such file or directoryWhat is libwireshark.so.2 's job? I have compiled the all wireshark, but why there is still something that is missed? |
Quote:
Quote:
Code:
# Locate the wireshark binary: |
| All times are GMT -5. The time now is 09:05 AM. |