From owner-freebsd-questions Wed Jul 10 16:56:24 2002 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 A3F2937B405 for ; Wed, 10 Jul 2002 16:56:21 -0700 (PDT) Received: from mail.online.ie (mail.online.ie [213.159.130.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE26F43E64 for ; Wed, 10 Jul 2002 16:56:20 -0700 (PDT) (envelope-from vdm@vdm.cc) Received: from vdm.cc (unknown [194.125.156.97]); by mail.online.ie with ESMTP id A707719021; for ; Thu, 11 Jul 2002 00:56:08 +0100 (IST) Message-ID: <3D2CC9A9.6020503@vdm.cc> Date: Thu, 11 Jul 2002 00:56:25 +0100 From: Vincent D Murphy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mod_perl-1.27 with perl 5.6.1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i'm running 4.6-RELEASE i386 with a cvsup'd ports tree. here's what i'm doing: cd /usr/ports/lang/perl5 make install use.system port this works fine, but when i do this: cd /usr/ports/www/mod_perl make install excerpt of output: (cd ./apaci && PERL5LIB=/usr/ports/www/mod_perl/work/mod_perl-1.27/lib; make) Perl lib version (5.00503) doesn't match executable version (5.006001) at /usr/libdata/perl/5.00503/mach/Config.pm line 7. Compilation failed in require at /usr/libdata/perl/5.00503/ExtUtils/MakeMaker.pm line 15. BEGIN failed--compilation aborted at /usr/libdata/perl/5.00503/ExtUtils/MakeMaker.pm line 15. Compilation failed in require. BEGIN failed--compilation aborted. i think the equivalent of /usr/libdata for the 5.6.1 build is in /usr/local/lib/perl5/5.6.1. (i did 'find / -name MakeMaker.pm' and they're the only two directories it showed up in.) anybody have any ideas about this? the perl5 port and/or the mod_perl port seems to be broken but i don't want to pass judgment too quickly because i'm a relative newbie with FreeBSD. any help appreciated. TIA, -vincent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message