Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 00:56:25 +0100
From:      Vincent D Murphy <vdm@vdm.cc>
To:        freebsd-questions@freebsd.org
Subject:   mod_perl-1.27 with perl 5.6.1
Message-ID:  <3D2CC9A9.6020503@vdm.cc>

next in thread | raw e-mail | index | archive | help
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




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