Skip Menu |

This queue is for tickets about the Apache-Reload CPAN distribution.

Report information
The Basics
Id: 40058
Status: resolved
Priority: 0/
Queue: Apache-Reload

People
Owner: Nobody in particular
Requestors: jcasadonte [...] northbound-train.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Apache2::Reload Makefile can't recognize mod_perl2 install
Date: Tue, 14 Oct 2008 15:52:39 -0400
To: bug-Apache-Reload [...] rt.cpan.org
From: "Joe Casadonte" <jcasadonte [...] northbound-train.com>
My understanding was that mod_perl-1.99 was considered mod_perl2. Thanks for the help! [root@otm-rttest ~]# rpm -q -a | grep -i mod_perl mod_perl-devel-1.99_16-4 mod_perl-1.99_16-4 [root@otm-rttest ~]# perl -MCPAN -eshell CPAN: File::HomeDir loaded ok (v0.63) cpan shell -- CPAN exploration and modules installation (v1.9203) ReadLine support enabled cpan[1]> install Apache2::Reload CPAN: Storable loaded ok (v2.13) Going to read /root/.cpan/Metadata Database was generated on Tue, 14 Oct 2008 17:26:55 GMT Running install for module 'Apache2::Reload' Running make for P/PH/PHRED/Apache-Reload-0.10.tar.gz CPAN: Digest::SHA loaded ok (v5.44) CPAN: Compress::Zlib loaded ok (v1.42) Checksum for /root/.cpan/sources/authors/id/P/PH/PHRED/Apache-Reload-0.10.tar.gz ok Scanning cache /root/.cpan/build for sizes ............................................................................DONE Apache-Reload-0.10/ Apache-Reload-0.10/Changes Apache-Reload-0.10/lib/ Apache-Reload-0.10/lib/Apache/ Apache-Reload-0.10/lib/Apache/Reload.pm Apache-Reload-0.10/lib/Apache2/ Apache-Reload-0.10/lib/Apache2/Reload.pm Apache-Reload-0.10/LICENSE Apache-Reload-0.10/Makefile.PL Apache-Reload-0.10/MANIFEST Apache-Reload-0.10/META.yml Apache-Reload-0.10/README Apache-Reload-0.10/RELEASE Apache-Reload-0.10/t/ Apache-Reload-0.10/t/all.t Apache-Reload-0.10/t/conf/ Apache-Reload-0.10/t/conf/extra.last.conf.in Apache-Reload-0.10/t/lib/ Apache-Reload-0.10/t/lib/Apache/ Apache-Reload-0.10/t/lib/Apache/TestReload.pm Apache-Reload-0.10/t/lib/Apache2/ Apache-Reload-0.10/t/lib/Apache2/TestReload.pm Apache-Reload-0.10/t/reload.t CPAN: File::Temp loaded ok (v0.17) CPAN: YAML loaded ok (v0.62) CPAN.pm: Going to build P/PH/PHRED/Apache-Reload-0.10.tar.gz You don't seem to have mod_perl 1.0 installed at Makefile.PL line 112. Warning: No success on command[/usr/bin/perl Makefile.PL] PHRED/Apache-Reload-0.10.tar.gz /usr/bin/perl Makefile.PL -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Failed during this command: PHRED/Apache-Reload-0.10.tar.gz : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 2304 cpan[2]> Lockfile removed. [root@otm-rttest ~]# perl -v This is perl, v5.8.5 built for i386-linux-thread-multi Copyright 1987-2004, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. [root@otm-rttest ~]# uname -a Linux otm-rttest 2.6.9-42.0.2.ELsmp #1 SMP Thu Aug 17 18:00:32 EDT 2006 i686 i686 i386 GNU/Linux [root@otm-rttest ~]#
You need to have at least a 2.0.2 version of mod_perl - 1.99 is very far out of date and is a development version which is not supported for general usage.