Changes between Initial Version and Version 4 of Ticket #50317


Ignore:
Timestamp:
Jan 13, 2016, 6:23:30 PM (8 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50317

    • Property Owner changed from macports-tickets@… to stromnov@…
  • Ticket #50317 – Description

    initial v4  
    11While compilation and installation of binwalk is no problem, it always gives at program start two warnings (twice):
    22
     3{{{
    34WARNING: Failed to load plugin module 'compressd': Failed to locate libraries compress42
    45
    56WARNING: Failed to load plugin module 'zlibvalid': Failed to locate libraries tinfl
    6 
     7}}}
    78
    89I could resolve this issue, by downloading the source with the port command, then switch to the base directory and perform 'configure' and 'make' manually. This gives me the four library files "licompress42.dylib", "libfuzzy.dylib", "libmagic.dylib" and "libtinfl.dylib" in "binwalk-2.0.1/src/binwalk/libs". The libmagic.dylib was already present in /opt/local/lib, therefore I copied the three others. After that, binwalk was not complaining anymore.