Bugzilla Talk:Linux Distro Installation

From MozillaWiki
Revision as of 00:15, 29 January 2008 by Alex a (talk | contribs) (checksetup.pl does not see Email::Send)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I am having problems following these instructions on a freshly installed Fedora 8.

1) After installing bugzilla with yum, my /etc/bugzilla/ directory is empty -- there's no localconfig in it.

2) /usr/share/bugzilla/checksetup.pl is complaining about missing Email::Send module. Isn't yum supposed to take care of all the dependencies? But ok, after I install Email::Send and re-run checksetup.pl, it still does not find it:

 Checking for      Email-Send (v2.00)    not found

However,

 [root@ret5l002 bugzilla]# /usr/bin/perl -MCPAN -e 'install Email::Send'
 CPAN: Storable loaded ok (v2.15)
 Going to read /root/.cpan/Metadata
 Database was generated on Sun, 27 Jan 2008 19:30:45 GMT
 Email::Send is up to date (2.192).

Any ideas?