https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7366
Tony Trinh <tony19@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony19@xxxxxxxxx
--- Comment #4 from Tony Trinh <tony19@xxxxxxxxx> 2012-06-14 15:07:06 PDT ---
This looks like a duplicate of Bug 7258. Someone posted a workaround here:
http://ask.wireshark.org/questions/9711/osx-libcairo2dylib-claims-libfreetype6dylib-provides-an-older-package-than-it-does#answer-container-9712
As suggested there, try replacing the libfreetype.6.dylib under the
Wireshark.app directory with the newer version, using this command:
$ cp /usr/X11/lib/libfreetype.6.dylib
/Applications/Wireshark.app/Contents/Resources/lib/libfreetype.6.dylib
OR symlink to the new one with this command:
$ ln -sf /usr/X11/lib/libfreetype.6.dylib
/Applications/Wireshark.app/Contents/Resources/lib/.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.