--- config.pl 2002-11-29 11:49:01.000000000 +0000 +++ new_config.pl 2009-10-27 20:20:39.140625000 +0000 @@ -635,6 +635,7 @@ $abs_path_names = &get_name('ABSPATHS'); &checking('if perl supports some dbm'); +use GDBM_File; my %array; unless(eval {dbmopen(%array,'DBMtest',0755)}) { my $err = $@ || 'dbmopen failed';