Jemiolo, John <John.Jemiolo@...> writes:
>
>
>
>
> Just installed platform independent 0.99.6 from Sourceforge, on my SUSE 10.1
Linux box. It appeared to config/build/instal ok, but I get the following error
when I try to run it.
>
> “ Wireshark: symbol lookup error: /usr/local/lib/libwireshark.so.0 : undefined
symbol: mpa_samples “
> Anyone seen this?
> Thanks
>
> JJ
>
>
>
> _______________________________________________
> Wireshark-users mailing list
> Wireshark-users <at> wireshark.org
> http://www.wireshark.org/mailman/listinfo/wireshark-users
>
That symbol is in libwiretap, I suspect you are pointing to an older version of
libwiretap, make sure you are using the one provided with wireshark.
The installation puts libwiretap in /usr/local/lib, I would guess you have an
older libwiretap in /usr/lib that wireshark is looking at first due to directory
order in environment variable LD_LIBRARY_PATH.