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
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
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