From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 22:03:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E3F616A4CE for ; Tue, 9 Nov 2004 22:03:28 +0000 (GMT) Received: from idesigns.net (idesigns.net [209.239.38.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9074743D54 for ; Tue, 9 Nov 2004 22:03:27 +0000 (GMT) (envelope-from software@schmittnet.com) Received: from [127.0.0.1] (ct-seymour2d-19.wtrbct.adelphia.net [68.71.172.19]) by idesigns.net (8.12.10/8.12.10) with ESMTP id iA9M3PfN009345 for ; Tue, 9 Nov 2004 17:03:26 -0500 Message-ID: <41913EB0.6040407@schmittnet.com> Date: Tue, 09 Nov 2004 17:03:28 -0500 From: "Bill Schmitt (SW)" User-Agent: Mozilla Thunderbird 0.6+ (Windows/20041018) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem with portinstall of mod_perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 22:03:28 -0000 I'm having some difficulty installing mod_perl (I tried make install, as well with the same results). I've tried reading through the various files I can find, and did several web searches, but haven't found anything pointing me in the right direction. When I try to execute portinstall -r usr/ports/www/mod_perl under FBSD 4.9, I get the following: ---------------------------------------------- ===> Extracting for p5-URI-1.34 >> Checksum OK for URI-1.34.tar.gz. ===> p5-URI-1.34 depends on file: /usr/local/bin/perl5.8.0 - not found ===> Verifying install for /usr/local/bin/perl5.8.0 in /usr/ports/lang/perl5.8 ===> Returning to build of p5-URI-1.34 ===> Patching for p5-URI-1.34 ===> p5-URI-1.34 depends on file: /usr/local/bin/perl5.8.0 - not found ===> Verifying install for /usr/local/bin/perl5.8.0 in /usr/ports/lang/perl5.8 ===> Returning to build of p5-URI-1.34 /usr/local/bin/perl -pi -e 's/^our\s+([\$\@\%]\w+)/use vars qw($1);/' /usr/port s/net/p5-URI/work/URI-1.34/URI/urn.pm ===> p5-URI-1.34 depends on file: /usr/local/bin/perl5.8.0 - not found ===> Verifying install for /usr/local/bin/perl5.8.0 in /usr/ports/lang/perl5.8 ===> Returning to build of p5-URI-1.34 ===> Configuring for p5-URI-1.34 env: /usr/local/bin/perl5.8.0: No such file or directory *** Error code 127 Stop in /usr/ports/net/p5-URI. *** Error code 1 Stop in /usr/ports/www/p5-libwww. *** Error code 1 Stop in /usr/ports/www/mod_perl. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall1766.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! www/mod_perl (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed -------------------------------------------------------- perl5.8.0 isn't there because perl5.8.5 is. After reading through some suggestions for other things, I tried modifying pkg_tools.conf with the following lines: ALT_PKGDEP = { '/usr/local/bin/perl5.8.0' => '/usr/local/bin/perl5.8.5' } I'm relatively new to this, so I'd appreciate a more verbose help if possible. Thanks, Bill