mod_perl.pm - not found - Mozilla
This is a discussion on mod_perl.pm - not found - Mozilla ; I have FreeBSD 7.2 with all ports updated on 31 may 2009. I tried to
install bugzilla (v 3.2.3) from the ports and got an error:
p5-Apache-DBI-1.06_1 depends on file:
/usr/local/lib/perl5/site_perl/5.8.9/mach/mod_perl.pm - not found.
I have Apache 2.0 and mod_perl2 ...
-
mod_perl.pm - not found
I have FreeBSD 7.2 with all ports updated on 31 may 2009. I tried to
install bugzilla (v 3.2.3) from the ports and got an error:
p5-Apache-DBI-1.06_1 depends on file:
/usr/local/lib/perl5/site_perl/5.8.9/mach/mod_perl.pm - not found.
I have Apache 2.0 and mod_perl2 installed, but portinstaller tried to
install mod_perl (it depend's on Apache 1.3). So I got error 1.
I solved problem by:
cd /usr/local/lib/perl5/site_perl/5.8.9/mach/
ln -s mod_perl2.pm mod_perl.pm
and run
portinstall bugzilla again successfully.
-
Re: mod_perl.pm - not found
> I solved problem by:
> cd /usr/local/lib/perl5/site_perl/5.8.9/mach/
> ln -s mod_perl2.pm mod_perl.pm
> and run
> portinstall bugzilla again successfully.
It is incorrect way. Just add line:
WITH_MODPERL2= yes
to /etc/make.conf
Also they recommend to use apache-2.2
Simple way to force its usage is to add:
APACHE_PORT=www/apache22
to /etc/make.conf