hey, you forgot
_skver=4.9.0
should be
_skver=4.10.0
for new sleuthkit-java ver
edit: this is borked because upstream sleuthkit is at 4.9.0
Git Clone URL: | https://aur.archlinux.org/autopsy.git (read-only, click to copy) |
---|---|
Package Base: | autopsy |
Description: | Digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensic tools |
Upstream URL: | http://www.sleuthkit.org/autopsy/ |
Keywords: | forensics gui java postmoterm recovery sleuthkit |
Licenses: | Apache-2.0 |
Submitter: | Mikos |
Maintainer: | mh4ckwascut |
Last Packager: | mh4ckwascut |
Votes: | 82 |
Popularity: | 0.24 |
First Submitted: | 2005-09-03 19:00 (UTC) |
Last Updated: | 2023-10-02 21:23 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
hey, you forgot
_skver=4.9.0
should be
_skver=4.10.0
for new sleuthkit-java ver
edit: this is borked because upstream sleuthkit is at 4.9.0
Hi all
First of all thank you for this amazing autopsy AUR package by these gentlements.
Submitter: Mikos Maintainer: tcmal
For (Manjaro/Arch linux)
to the people who are getting an error like this :
/sleuthkit-java/src/sleuthkit-4.9.0/bindings/java/build-unix.xml:41: JNInative library not built
please do following steps :
1.open console type :
cd /usr/lib/jvm/liberica-jdk-8-full/
2.Now type :
sudo nano /etc/profile
3.Bottom of the file type :
export JAVA_HOME="path that you found"
export PATH=$JAVA_HOME/bin:$PATH
4.Save the file.
5.Restart machine.
6.To verify type echo $JAVA_HOME
7.Now try to BUILD using autopsy AUR packages.
not related to AUR, but there is a dockerized version and seems to work pretty well https://github.com/bannsec/autopsy_docker
oh yes. I have jdk11 already installed.
So I need to make jdk8 the default ? that's not very convenient.
Couldn't you hack some file to point to the explict jdk it requires ? Because I installed jdk8 just for autopsy /sleuthkit-java.
I mean I could change JAVA_HOME and use a wrapper script but if autopsy package can do that by default ....
@solstice Could you verify your Java version and that your JAVA_HOME is setup correctly? It should be version 8, preferably OpenJDK
archlinux-java status
using autopsy-4.15.0-1, I got that error:
Activation failed: StandardModule:org.sleuthkit.autopsy.core jarFile: /usr/share/autopsy/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
So without that module the autopsy GUI is rather useless, right ?
got this today
error: failed to prepare transaction (could not satisfy dependencies) :: installing sleuthkit-java (4.9.0-1) breaks dependency 'sleuthkit-java=4.8.0' required by autopsy
Worked fine after remove the package and re-install it.
Pinned Comments