Re: [sleuthkit-users] newbie in linux need help installing TSK andAutopsy
Brought to you by:
carrier
|
From: Grundy, B. J. (HQ-WIM51) <BG...@na...> - 2008-12-08 01:55:01
|
Hi Irene: > Everything seems fine, except I spotted this error when I try to make > install the TSK toolkit: <snip> > /usr/bin/install: cannot create regular file > `/usr/local/lib/libtsk3.so.3.1.2': Permission denied You need to be root when running "make install". In Ubuntu, I believe you need to use "sudo make install". Or su to root and run make install. > I tried to ignore this and try installing Autopsy which also lives in > /irene directory, I keep on getting this error: > > Searching for Sleuth Kit Installation. > Sleuth Kit tools were not found in the standard install locations. That would be because Autopsy depends on Sleuthkit. It needs the TSK tools to actually run. Until you have Sleuthkit properly installed, you wont' be able to install Autopsy. Run the TSK install as root (the configure and compile as a regular user is fine...), and you should be good to go. Hope this helps, Barry /*************************************** Special Agent Barry J. Grundy Resident Agent in Charge NASA Office of Inspector General Computer Crimes Division Eastern Region (301)286-3358 (w) (202)246-6497 (c) **************************************/ ! WARNING ! This email including any attachments is intended only for authorized recipients. Recipients may only forward this information as authorized. This email may contain non-public information that is "Law Enforcement Sensitive," "Sensitive but Unclassified," or otherwise subject to the Privacy Act and/or legal and other applicable privileges that restrict release without appropriate legal authority and clearance. Accordingly, the use, dissemination, distribution or reproduction of this information to or by unauthorized or unintended recipients, including but not limited to non-NASA recipients, may be unlawful. |