Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7152] Wireshark requires a newer version of libfreetype th

Date: Thu, 19 Apr 2012 15:39:06 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7152

--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2012-04-19 15:39:05 PDT ---
Wireshark isn't built with any MacPorts stuff, so it might not use any of the
MacPorts stuff, and so it might be completely irrelevant what MacPorts reports
as installed.

Then again, maybe it *does* end up using the MacPorts stuff rather than what's
installed with the OS, and maybe *that's* what's causing the problem.

What does

    otool -L /usr/X11/lib/libfreetype.6.dylib

report on your machine?  And what does

    otool -L /Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin

report?  It reports

    Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin:
    /usr/local/lib/libwiretap.1.dylib (compatibility version 2.0.0, current
version 2.7.0)

            ...

    /usr/X11/lib/libfreetype.6.dylib (compatibility version 14.0.0, current
version 14.2.0)

            ...

If it's reporting a libfreetype other than /usr/X11/lib/libfreetype.6.dylib,
then the problem might be that you have a MacPorts version of libfreetype
installed and that it's getting in the way.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.