This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

starting wireshark error libwiretap.so.1

1

I downloaded Wireshark 1.6.2 from this website. I just compiled in Ubuntu 10.4. No errors during build, but an error on start:

[email protected]:/$ wireshark
wireshark: error while loading shared libraries: libwiretap.so.1: cannot open shared object file: No such file or directory

or

[email protected]:/$ sudo wireshark
wireshark: error while loading shared libraries: libwiretap.so.1: cannot open shared object file: No such file or directory

Anything missing that I should install? Thanks.

asked 26 Sep '11, 12:51

cjejuni's gravatar image

cjejuni
16112
accept rate: 0%

edited 26 Sep '11, 21:46

helloworld's gravatar image

helloworld
3.1k42041


3 Answers:

10

I had same problem, I found the solution.Run the following commands

sudo ldconfig
wireshark

answered 05 Jan '12, 05:33

new%20for%20ever's gravatar image

new for ever
151123
accept rate: 0%

edited 05 Jan '12, 05:34

Thank you so much :)

(09 Jul '14, 22:25) flora

1

Did you install Wireshark (as root) via "make install", or are you trying to run it right from the build directory? If you are trying to run it from the build directory, then reading section 3.6.1 of the developer's guide might help you.

answered 26 Sep '11, 18:13

cmaynard's gravatar image

cmaynard ♦♦
9.4k1038142
accept rate: 20%

0

ya i tryied with this command , it's working fine thanks for posting

sudo ldconfig
wireshark

answered 24 May '17, 04:48

jagannathan's gravatar image

jagannathan
62
accept rate: 0%

edited 24 May '17, 05:50

grahamb's gravatar image

grahamb ♦
19.8k330206