perl - error when installing bugzilla - You must install Linux::Pid -


i followed guide in order install bugzilla on apache2 server: http://www.bugzilla.org/docs/4.4/en/html/configuration.html

i installed modules , configured files. went until section: 2.2.4.1.2. apache httpd™ mod_perl

i needed add lines in apache2.conf:

perlswitches -w -t  perlconfigrequire /var/www/html/bugzilla/mod_perl.pl 

when trying finish process restarting apache, error:

you must install linux::pid apache::sizelimit work on platform....... 

i searched on web solution coudn't find instruction how install or solve in way..

please help

p.s.

this exception:

syntax error on line 95 of /etc/apache2/apache2.conf: must install linux::pid apache::sizelimit work on platform. @ /usr/local/lib/perl/5.14.2/apache/sizelimit/core.pm line 128.\nbegin failed--compilation aborted @ /usr/local/lib/perl/5.14.2/apache/sizelimit/core.pm line 171.\ncompilation failed in require @ /usr/local/lib/perl/5.14.2/apache2/sizelimit.pm line 48.\nbegin failed--compilation aborted @ /usr/local/lib/perl/5.14.2/apache2/sizelimit.pm line 48.\ncompilation failed in require @ /var/www/bugzilla-4.4/mod_perl.pl line 52.\nbegin failed--compilation aborted @ /var/www/bugzilla-4.4/mod_perl.pl line 52.\ncompilation failed in require @ (eval 2) line 1.\n action 'configtest' failed. apache error log may have more information. ...fail!

go previous page of instructions, , try command

perl install-module.pl linux::pid 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -