When I open Wireshark, it just shows on the dock as if it opened, then it closes itself, why is this? When I run it using terminal it says: The domain/default pair of (kCFPreferencesAnyApplication, AppleHighlightColor) does not exist dyld: Library not loaded: /usr/X11/lib/libfreetype.6.dylib Referenced from: /Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin Reason: Incompatible library version: wireshark-bin requires version 13.0.0 or later, but libfreetype.6.dylib provides version 10.0.0 What does this mean? |
Apparently, the libfreetype you're using is incompatible with Wireshark. Others have had similar problems (here and here), and it seems to be related to a foul
from: and from: EDIT: If the workaround above doesn't work for you, try re-installing freetype [from MacPorts]. The first one already existed with $TOP in place of ${ROOT} The second did not exist.
(02 May '11, 09:25)
Tim Nethers
Someone else had a similar problem with libfreetype recently and resolved it by performing a system update.
(14 Jun '11, 19:00)
helloworld
|