Re: [sleuthkit-users] Java/JNI configuration (Linux)
Brought to you by:
carrier
From: Willi B. <wil...@gm...> - 2015-02-09 22:22:25
|
Approximately 1.5 years ago I got Autopsy building under Ubuntu Linux. Since then things may have changed, but you can still review the steps I documented here: http://www.williballenthin.com/blog/2013/08/06/wip-running-autopsy-3-on-linux/ I hope you can use this as a starting point, but I'm afraid I won't be able to provide too much support. Willi On Mon, Feb 9, 2015 at 5:09 PM, Harland Yu <hf...@gm...> wrote: > Hi, > > I'm interested in testing Autopsy 3 on Linux, seeing as it's a Java-based > project. One roadblock is that I'm having trouble getting the Java/JNI > libraries from TSK to compile on a Slackware64 14.1 machine. It seems to be > the same issue as > http://sourceforge.net/p/sleuthkit/mailman/message/32272481/. > > I have Apache Ant (1.9.4) and Java (1.8.0_31) installed, yet the configure > script refuses to allow the JNI bindings to be built. > > Any help would be greatly appreciated. Snipped output of configure below. > > ... > checking for java... java > checking for uudecode... yes > checking if uudecode can decode base 64 file... yes > checking if java works... yes > checking for ant... /usr/local/bin/ant > configure: creating ./config.status > config.status: creating Makefile > ... > configure: > Building: > afflib support: yes > libewf support: yes > zlib support: yes > > Features: > Java/JNI support: no > > > Thanks, > > Harland > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > > |