-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install autopsy on mac #3781
Comments
"brew install sleuthkit" will install sleuthkit without java by default. You can see that in the log above.
I hope this helps |
As Rishwanth said, use option 3 above. We just updated the docs about this. When we released Autopsy and TSK, we weren't sure exactly what was going to happen with brew. Now that they updated, we do. The limitation is that you can't use PostgreSQL on OS X. Thanks. |
Rishwanth, and Brian, thanks a lot for the quick response. I followed what you guys said, and autopsy is working now on my macbook. One time autopsy has crashed though, and another time the system has hung. However, other times it is working like a gem and producing results. |
Greetings!! "Error: invalid option: --with-jni" Could you please help me understand the cause and with any solution as I am trying to install Autopsy on my machine. Thanks, |
Thanks. |
Thanks for the quick reply Rishwanth! I ran the same command (brew install sleuthkit) to install Sleuthkit, but after that when I try to install Autopsy with the help of the installation instructions document and ran "sh unix_setup_sh" command, it gives me following message. "photorec found Thanks, |
"photorec found
same issue |
Same error: MacBook-Pro-di-Emanuele:autopsy-4.11.0 emanuelelongheu$ sh unix_setup.sh Checking prerequisites and preparing Autopsy: -n Checking for PhotoRec... ........The shell displays this: ERROR: sleuthkit-4.6.6.jar not found in /usr/share/java/ or /usr/local/share/java/. |
It seems there is no one maintaining the OSX Brew package, that bottle is on 4.6.5 and the sh script it could use solid improvements, to check for earlier versions of sleuthkit. |
|
I am getting the same issuse here:
Did anyone managed to successfully run the script on macos? |
So I found the solution and it is pretty stupid. Just do a nano on the
with
|
I am facing the same issue, did you found a way to resolve it ?, if yes please share it. Checking prerequisites and preparing Autopsy:-n Checking for PhotoRec... |
Sir, did you solved the issue? i got same problem here |
In
And this is checked for a file, if not found, shows error But on my machine, photorec is installed here:
I guess this script should be updated to look in other locations, or check |
Hi, I downloaded the zip file (from https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.7.0/autopsy-4.7.0.zip ). Then, I followed instructions on "Running_Linux_OSX.txt". I successfully did "brew install testdisk" and "brew install sleuthkit". Then, when I ran "sh unix_setup.sh", I got an error as follows.
A1:autopsy-4.7.0 abc$ sh unix_setup.sh
photorec found
Java found in /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home
sleuthkit.jar file not found
exiting ..
Any comment on what I do now?
I suspect that while I did "brew install sleuthkit", java was disabled as shown below.
A1:autopsy-4.7.0 abc$ brew reinstall sleuthkit
==> Reinstalling sleuthkit
==> Downloading https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.6.1/sleuthkit-4.6.1.tar.gz
Already downloaded: /Users/sankar/Library/Caches/Homebrew/sleuthkit-4.6.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/sleuthkit/4.6.1 --disable-java
==> make
==> make install
🍺 /usr/local/Cellar/sleuthkit/4.6.1: 98 files, 12.1MB, built in 54 seconds
The text was updated successfully, but these errors were encountered: