0

I am trying to install bugzilla optional modules, but get this error:

enter image description here

I tried using

cpan Module::mod_perl2

but with no success as well.

please advise

Oli
  • 289,791
  • 117
  • 680
  • 835
Saariko
  • 387
  • 1
  • 10
  • 23

1 Answers1

1

I'd suggest to install mod_perl2 from Ubuntu repositories:

sudo apt-get install libapache2-mod-perl2

If you're not happy with this, see mod_perl2 documentation - I don't see where it suggests the syntax you're using.

UPDATE: You're doing it all wrong. :) See my answer here

Sergey
  • 43,339
  • 13
  • 106
  • 107
  • Thanks, after removing all mysql dbs, and other bugzillas' I followed a [very good step by step guide](http://neil.motorcyclemarket.com/how-to-install-bugzilla-4-0-step-by-step-tutorial-that-works) only one thing left. i will make a question. – Saariko Sep 20 '11 at 10:37