Re: [sleuthkit-users] newbie in linux need help installing TSK and Autopsy
Brought to you by:
carrier
|
From: Juergen L. <jue...@gm...> - 2008-12-09 00:20:47
|
On Sun, Dec 07, 2008 at 03:54:11PM -0800, Irene Shih wrote: (...) > Everything seems fine, except I spotted this error when I try to make install the TSK toolkit: (...) > /usr/bin/install: cannot create regular file `/usr/local/lib/libtsk3.so.3.1.2': Permission denied An unpriviledged user cannot install files anywhere in the file system. This must be done as root (= a priviledged user). Under ubuntu you will have to type "sudo make install" for this. (...) > I tried to ignore this and try installing Autopsy which also lives in /irene directory, I keep on getting this error: Ignoring this is not possible. TSK must be installed at least anywhere. And then you can install and run autopsy. Bye, bye Juergen |