I'm running Ubuntu 10.04.4 (the latest), Perl v5.10.1 (the latest on this distro) and Apache/2.2.14 (Ubuntu). In /var/log/apache2/error.log I am seeing these errors:
Constant subroutine ModPerl::ROOT::ModPerl::PerlRun::home_user_public_
+html_index_2ecgi::RC_MULTIPLE_CHOICES redefined at /usr/lib/perl5/Mod
+Perl/Util.pm line 69.
Constant subroutine ModPerl::ROOT::ModPerl::PerlRun::home_user_public_
+html_index_2ecgi::RC_ALREADY_REPORTED redefined at /usr/lib/perl5/Mod
+Perl/Util.pm line 69.
Constant subroutine ModPerl::ROOT::ModPerl::PerlRun::home_user_public_
+html_index_2ecgi::RC_NO_CONTENT redefined at /usr/lib/perl5/ModPerl/U
+til.pm line 69.
Constant subroutine ModPerl::ROOT::ModPerl::PerlRun::home_user_public_
+html_index_2ecgi::RC_MOVED_TEMPORARILY redefined at /usr/lib/perl5/Mo
+dPerl/Util.pm line 69.
Constant subroutine ModPerl::ROOT::ModPerl::PerlRun::home_user_public_
+html_index_2ecgi::RC_CONFLICT redefined at /usr/lib/perl5/ModPerl/Uti
+l.pm line 69.
Constant subroutine ModPerl::ROOT::ModPerl::PerlRun::home_user_public_
+html_index_2ecgi::RC_VARIANT_ALSO_NEGOTIATES redefined at /usr/lib/pe
+rl5/ModPerl/Util.pm line 69.
Constant subroutine ModPerl::ROOT::ModPerl::PerlRun::home_user_public_
+html_index_2ecgi::RC_NOT_ACCEPTABLE redefined at /usr/lib/perl5/ModPe
+rl/Util.pm line 69.
Constant subroutine ModPerl::ROOT::ModPerl::PerlRun::home_user_public_
+html_index_2ecgi::RC_PRECONDITION_REQUIRED redefined at /usr/lib/perl
+5/ModPerl/Util.pm line 69.
The error log is filling up at light speed (several GB within a couple of hours). I have updated Perl, distro, apache, mod_perl and everything else. What could be causing this?