You're right, we do have the 1.99 installed, however I thought removing the offending files (pointed out by the CPAN install) and doing an "install" of the newer version would handle that for me. I will definitely manually remove the rpms and retry once I get another window. Thanks.
-----Original Message----- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 10:48 AM To: Colvin, Joshua; modperl@perl.apache.org Subject: Re: 'make test' fails with "the server is down, giving up after 121 secs" > [EMAIL PROTECTED] bugzilla-3]# rpm -qa|grep mod_perl > mod_perl-devel-1.99_16-4 > mod_perl-1.99_16-4 Looks like you have a old version installed, it might help to remove that rpm if you are installing 2.0.3 from source. > [EMAIL PROTECTED] bugzilla-3]# > [EMAIL PROTECTED] bugzilla-3]# cp /root/perl-test/Apache2.pm > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/ > [EMAIL PROTECTED] bugzilla-3]# cp -R /root/perl-test/Apache > /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/ > [EMAIL PROTECTED] bugzilla-3]# service httpd restart > Stopping httpd: [ OK ] > Starting httpd: [ OK ] > [EMAIL PROTECTED] bugzilla-3]#