Re: [sleuthkit-users] Mac OS X version 10.8.5: Install Error
Brought to you by:
carrier
From: Richard C. <rco...@ba...> - 2014-09-02 17:52:39
|
Ken McFadden wrote: > Will the java bindings be necessary for Autopsy? Yes. Ken, are you building the SleuthKit master branch or the develop branch? Looking at bindings/java/ivy.xml in the master branch of SleuthKit, I see that a dependency on sqlite-jdbc-3.8.0-SNAPSHOT is specified. The same file in the release-4.2.0 and develop branch lists a dependency on sqlite-jdbc- 3.7.15-M1. However, the build.xml file for both the master and develop branches of Autopsy Core has a getTSKJars target that copies sqlite-jdbc-3.7.15-M1.jar from {env.TSK_HOME}/bindings/java/lib to ${basedir}/release/modules/ex. There are other things in the current Autopsy master and develop branches that are not compatible with the current SleuthKit master branch. So to build both SleuthKit and Autopsy, please first fetch and build the latest revision of either the SleuthKit release-4.2..0 branch or the develop branch , then build either Autopsy master (i.e., Autopsy 3.1.0) or develop (i.e., what will eventually be Autopsy release 3.1.1). I believe the SleuthKit release-4.2.0 branch will be merged into, or will replace, the current SleuthKit master branch in the near future. |