Hi, I am new to the list and I am not a tester. So, if this is not the right place for my question please direct me to it.
Today I got a FAIL report for MMapDB 0.06: http://www.nntp.perl.org/group/perl.cpan.testers/2010/01/msg6715055.html The module requires File::Map>=0.16. The testing system claims to have 0.20. So, it probably should work. But then it shows this error: # Error: Can't load '/usr/local/home/david/cpantesting/perl-5.10.1/lib/site_perl/5.10.1/sun4- solaris-thread-multi/auto/File/Map/Map.so' for module File::Map: ld.so.1: perl: fatal: relocation error: file /usr/local/home/david/cpantesting/perl-5.10.1/lib/site_perl/5.10.1/sun4- solaris-thread-multi/auto/File/Map/Map.so: symbol strerror_r: referenced symbol not found at /usr/local/home/david/cpantesting/perl-5.10.1/lib/5.10.1/sun4-solaris-thread- multi/XSLoader.pm line 70. # at /usr/local/home/david/cpantesting/perl-5.10.1/lib/site_perl/5.10.1/sun4- solaris-thread-multi/File/Map.pm line 23 # BEGIN failed--compilation aborted at /usr/local/home/david/cpantesting/perl-5.10.1/lib/site_perl/5.10.1/sun4- solaris-thread-multi/File/Map.pm line 24. # Compilation failed in require at /disk2/david/perl-5.10.1/.cpan/build/MMapDB-0.06-nvz9wh/blib/lib/MMapDB.pm line 16. # BEGIN failed--compilation aborted at /disk2/david/perl-5.10.1/.cpan/build/MMapDB-0.06-nvz9wh/blib/lib/MMapDB.pm line 16. # Compilation failed in require at (eval 4) line 2. Line 16 of MMapDB.pm reads: use File::Map qw/map_handle/; So the problem is obviously not in MMapDB but in the installation of File::Map on the testing machine. Hence the FAIL result for my module is wrong. How can I get rid of it? Thanks, Torsten