Hi The name of the file appears to have changed in the 2.00 version of sleuthkit from sstrings to srch_strings.
Attatched patch fixes it. Kenny
--- /usr/bin/autopsy.orig 2005-05-03 21:59:15.226126407 +0100 +++ /usr/bin/autopsy 2005-05-03 22:03:41.230095459 +0100 @@ -744,8 +744,8 @@ print "ERROR: Sleuth Kit sha1 executable missing\n"; exit (1); } - unless (-x $::TSKDIR."/sstrings") { - print "ERROR: Sleuth Kit sstrings executable missing\n"; + unless (-x $::TSKDIR."/srch_strings") { + print "ERROR: Sleuth Kit srch_strings executable missing\n"; exit (1); }