--- clamtk.orig 2010-03-07 16:26:26.000000000 +0100 +++ clamtk 2010-03-07 16:26:46.000000000 +0100 @@ -15,6 +15,7 @@ use strict; use warnings; $|++; +use lib qw(/usr/lib); use ClamTk::Prefs qw/structure restore_file_fix/; use ClamTk::GUI qw/start_gui/;