Bug ID |
11185
|
Summary |
invalid library path used
|
Product |
Wireshark
|
Version |
1.12.4
|
Hardware |
x86
|
OS |
Mac OS X 10.10
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
release version downloaded from webpage as DMG with installer
--
Wireshark has references to libraries which don't exist under OS X 10.10 with
XQuarz 2.7.7 installed. XQuarz 2.7.7 uses /opt/X11 whereas you link to /usr/X11
/Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin refers to
/usr/X11/lib/libcairo.2.dylib
/usr/X11/lib/libfreetype.6.dylib
/usr/X11/lib/libfontconfig.1.dylib
but serveral dylibs inside bundle also have wrong references.
Quick & Dirty workaround is
ln -s /opt/X11 /usr/X11
but you better should build Wireshark properly.
You are receiving this mail because:
- You are watching all bug changes.