Trying to install Apache::Scoreboard fails to compile. [root@null Apache-Scoreboard-0.10]# make mkdir blib mkdir blib/lib mkdir blib/lib/Apache mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Apache mkdir blib/arch/auto/Apache/Scoreboard mkdir blib/lib/auto mkdir blib/lib/auto/Apache mkdir blib/lib/auto/Apache/Scoreboard mkdir blib/man3 cp lib/Apache/ScoreboardGraph.pm blib/lib/Apache/ScoreboardGraph.pm cp Scoreboard.pm blib/lib/Apache/Scoreboard.pm make[1]: Entering directory `/usr/src/Apache-Scoreboard-0.10/Dummy' mkdir ../blib/arch/auto/Apache/DummyScoreboard mkdir ../blib/lib/auto/Apache/DummyScoreboard cp DummyScoreboard.pm ../blib/lib/Apache/DummyScoreboard.pm /usr/bin/perl -I/usr/lib/perl5/5.00503/i386-linux - I/usr/lib/perl5/5.00503 /usr/lib/perl5/5.00503/ExtUtils/xsubpp - typemap /usr/lib/perl5/5.00503/ExtUtils/typemap -typemap typemap DummyScoreboard.xs >xstmp.c && mv xstmp.c DummyScoreboard.c Error: 'Apache' not in typemap in DummyScoreboard.xs, line 122 Please specify prototyping behavior for DummyScoreboard.xs (see perlxs manual) make[1]: *** [DummyScoreboard.c] Error 1 make[1]: Leaving directory `/usr/src/Apache-Scoreboard-0.10/Dummy' make: *** [subdirs] Error 2 [root@null Apache-Scoreboard-0.10]# Trying to build via mcpan yields this: cpan> install Apache::Scoreboard Running make for DOUGM/Apache-Scoreboard-0.10.tar.gz Unwrapped into directory /root/.cpan/build/Apache-Scoreboard-0.10 Has already been processed within this session Running make test Oops, make had returned bad status Running make install Oops, make had returned bad status cpan> quit Lockfile removed. [root@devnull greg]# I have tried 6 different machines using redhat 6.1 and 6.2. I have found that removing the redhat RPMS for mod_perl and Apache and then installing from latest sources (non rpm) will solve this problem. Apache::ScoreBoard is needed to use scoop which is a slashdot type news baord located @ http://scoop.kuro5hin.org/ I dont think this applies to the core redhat system, however, it is a compatability issue that should be looked at.
The installation works correctly with the versions in the build tree, so I'll tag this as resolved in Raw Hide.