Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2003 06:20:21 -0800 (PST)
From:      Paul Pathiakis <paul@atlantisservices.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58744: mod_perl2 (mod_perl-1.99_10) does not install
Message-ID:  <200310311420.h9VEKLbw086224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/58744; it has been noted by GNATS.

From: Paul Pathiakis <paul@atlantisservices.com>
To: Jens Rehsack <rehsack@liwing.de>,
	freebsd-gnats-submit@FreeBSD.org, pathiaki@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.
 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310311420.h9VEKLbw086224>