Re: [Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

2014-06-17 Thread Guy Harris
On Jun 14, 2014, at 2:29 AM, Andreas Fink wrote: > The package of 1.12.0rc2 is not workign at all. > It seems to be that the developer building it is referencing the wrong > library locations: > > dyld: Library not loaded: @rpath/libfiletap.0.dylib > Referenced from: > /Applications/Wireshar

[Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

2014-06-14 Thread Andreas Fink
The package of 1.12.0rc2 is not workign at all. It seems to be that the developer building it is referencing the wrong library locations: dyld: Library not loaded: @rpath/libfiletap.0.dylib Referenced from: /Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin Reason: image not fo

Re: [Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

2014-06-14 Thread Andreas Fink
this is actually fixing the @rpath cd /Applications/Wireshark.app/Contents/Resources/bin for FILE in *-bin do install_name_tool -rpath @executable_path/../Frameworks @executable_path/../../Frameworks $FILE done But launching it does this: # ./wireshark-bin (wireshark-bin:7206): GdkPixbuf-WAR