Trouble shooting - adava/DECAF-Selective GitHub Wiki

The following problems were observed while installing DECAF on some linux Ubuntu versions like Ubuntu 16.04.

1. missing zlib

    Sudo apt-get install zlib1g-dev

2. missing Glib-2.0

    sudo apt-get install libglib2.0-dev

3. Makefile:52: recipe for target 'XXX/DECAF/decaf/shared/sleuthkit/lib/libtsk.so' failed

    cd to /shared/sleuthkit

    ./confiugre

sed: can't read config/ltmain.sh: No such file or directory

sed: can't read libtoolT: No such file or directory

    cd to /shared/sleuthkit/config/
    check the symblink of ltmain.sh.
    Install libtool, and the correct link for ltmain.sh

Libtool version mismatch error:

    Version mismatch error. This is libtool 2.4.6 Debian-2.4.6-0.1, but the libtool: definition of this LT\_INIT comes from libtool 2.4.2.

Fix:

    Run autoconf from terminal.

Then sleuthkit should be compiled without error.

Libtsk.so is stored at /shared/sleuthkit/tsk/.libs/.

Copy them to /shared/sleuthkit/lib/, then you should be able to compile decaf.