« Return to Thread: bugzilla 3.0.x installation on FC7

Re: bugzilla 3.0.x installation on FC7

by David Miller :: Rate this Message:

Reply to Author | View in Thread

Clement Chan wrote on 10/19/07 7:37 PM:
> I am looking for installation instructions for installing 3.0 on FC7, I
> am getting lots of Perl module conflicts.
>
> Are there any version-listing for all the Perl Modules and the software
> dependencies listing out there? It is so that I can install 3.0 in one
> pass?

Just about every module Bugzilla depends on is available as a package on
FC7.  And thanks to the "Provides" attributes in the perl RPM packages,
you can reference them by module name and yum will find them if they're
packaged.

yum install 'perl(Module::Name)'

So anything "./checksetup.pl --check-modules" says you still need, you
can try installing that way before falling back on CPAN.  That'll also
get non-perl-module dependencies automatically for modules that depend
on external libraries (like ImageMagick, GD, etc).

--
Dave Miller                                   http://www.justdave.net/
System Administrator, Mozilla Corporation      http://www.mozilla.com/
Project Leader, Bugzilla Bug Tracking System  http://www.bugzilla.org/
_______________________________________________
support-bugzilla mailing list
support-bugzilla@...
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put support-bugzilla@... in the To: field when you reply.

 « Return to Thread: bugzilla 3.0.x installation on FC7