--- perl-5.8.2/ext/NDBM_File/hints/linux.pl.orig 2003-11-11 00:50:43.924885744 -0700 +++ perl-5.8.2/ext/NDBM_File/hints/linux.pl 2003-11-11 00:51:05.631585824 -0700 @@ -3,4 +3,4 @@ # (no null key support) # Jonathan Stowe use Config; -$self->{LIBS} = ['-lgdbm'] if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/; +$self->{LIBS} = ['-lgdbm -lgdbm_compat'] if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/;