Problem with portinstall of mod_perl
Bill Schmitt (SW)
software at schmittnet.com
Tue Nov 9 14:03:28 PST 2004
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
More information about the freebsd-questions
mailing list