- 
                Notifications
    You must be signed in to change notification settings 
- Fork 166
Trouble shooting
        adava edited this page Jun 19, 2019 
        ·
        4 revisions
      
    The following problems were observed while installing DECAF on some linux Ubuntu versions like Ubuntu 16.04.
    Sudo apt-get install zlib1g-dev
    sudo apt-get install libglib2.0-dev
    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.