ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9097] Wireshark does not start on ML 10.8.4

Date: Sat, 07 Sep 2013 18:01:10 +0000

Comment # 9 on bug 9097 from
OK, just for laughs, try running

    otool -L /usr/X11/lib/libcairo.2.dylib

From

    $ ls -ld /usr/X11
    lrwxr-xr-x  1 root  wheel  8 28 Jul  2012 /usr/X11 -> /opt/X11

and

    $ otool -L /opt/X11/lib/libcairo.2.dylib
    /opt/X11/lib/libcairo.2.dylib:
    /opt/X11/lib/libcairo.2.dylib (compatibility version 11203.0.0, current
version 11203.2.0)

it should report "(compatibility version 11203.0.0, current version
11203.2.0)", but from

    Library not loaded: /usr/X11/lib/libcairo.2.dylib
    Referenced from:
/Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin
    Reason: Incompatible library version: wireshark-bin requires version
11003.0.0 or later, but libcairo.2.dylib provides version 10803.0.0

at least one of the versions it reports should be 10803.0.0.


You are receiving this mail because:
  • You are watching all bug changes.