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 11185] New: invalid library path used

Date: Tue, 12 May 2015 09:07:09 +0000
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.