Comment # 9
on bug 9097
from Guy Harris
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.