Re: [sleuthkit-users] Install TSK under SuSe 10
Brought to you by:
carrier
|
From: Seth A. <set...@su...> - 2006-03-07 17:57:30
|
On Tue, Mar 07, 2006 at 09:27:15AM -0500, Bill Ethridge wrote: > I am trying to install TSK under Suse 10. It uses cc1, and I get an > unrecognized command -c error when tries to run cc1, then error 2 on no-perl > and another command. It sounds like your system don't have enough of a development environment installed to compile TSK. I suggest running the following command to install some of the development environment necessary to build packages: yast -i cpp gcc make binutils glibc-devel Every external library that a program uses must have a corresponding -devel package installed. I don't recall which libraries TSK / Autopsy require any more, but when gcc inevitably complains about missing #include or header files, you'll need to figure out which -devel package provides those headers, and install them, too. (This process does get easier as you compile more software. :) |