ports/58744: mod_perl2 (mod_perl-1.99_10) does not install

Paul Pathiakis paul at atlantisservices.com
Fri Oct 31 14:20:22 UTC 2003


The following reply was made to PR ports/58744; it has been noted by GNATS.

From: Paul Pathiakis <paul at atlantisservices.com>
To: Jens Rehsack <rehsack at liwing.de>,
	freebsd-gnats-submit at FreeBSD.org, pathiaki at pathiaki.com
Cc:  
Subject: Re: ports/58744: mod_perl2 (mod_perl-1.99_10) does not install
Date: Fri, 31 Oct 2003 09:13:38 -0500

 On Friday 31 October 2003 05:08 am, Jens Rehsack wrote:
 > Probable you have a perl < 5.8 installed. See PR ports/58490
 > (http://www.freebsd.org/cgi/query-pr.cgi?pr=58490) for solution.
 >
 > Regards,
 > Jens
 
 
 Hi,
 
 	after applying the first patch on a 5.1-CURRENT system with Perl 5.8, it ran 
 and installed fine.
 
 	after applying the first patch on a 5.1-RELEASE p10 system running 5.6.1, the 
 behaviour is still the same. ( I removed the directory and cvsup'd 
 mod_perl2.)  It fails with:
 
 mail# make install
 ===>  Installing for mod_perl2-1.99r10
 ===>   mod_perl2-1.99r10 depends on file: /usr/local/sbin/apxs - found
 ===>   mod_perl2-1.99r10 depends on file: /usr/local/bin/perl5.6.1 - found
 ===>   Generating temporary packing list
 ===>  Checking if www/mod_perl2 already installed
 cd "src/modules/perl" && make -f Makefile.modperl
 -MExtUtils::Install -e  "-e qq{.mypacklist} && uninstall(qq{.mypacklist}, 1, 
 0)"
 -MExtUtils::Install: not found
 *** Error code 127
 
 Stop in /usr/ports/www/mod_perl2/work/mod_perl-1.99_10.
 *** Error code 1
 
 Stop in /usr/ports/www/mod_perl2.
 
 Applying the second patch:
 
 patch < mod_perl2.patch2 yields:
 
 builds fine.  But....
 
 mail# make install
 ===>  Installing for mod_perl3-1.99r10
 ===>   mod_perl3-1.99r10 depends on file: /usr/local/sbin/apxs - found
 ===>   mod_perl3-1.99r10 depends on file: /usr/local/bin/perl5.6.1 - found
 ===>   Generating temporary packing list
 ===>  Checking if www/mod_perl2 already installed
 cd "src/modules/perl" && make -f Makefile.modperl
 -MExtUtils::Install -e  "-e qq{.mypacklist} && uninstall(qq{.mypacklist}, 1, 
 0)"
 -MExtUtils::Install: not found
 *** Error code 127
 
 Stop in /usr/ports/www/mod_perl2/work/mod_perl-1.99_10.
 *** Error code 1
 
 Stop in /usr/ports/www/mod_perl2.
 
 
 



More information about the freebsd-ports-bugs mailing list