When running checksetup.pl from the bugzilla 3.6.4 RPM, it cannot complete because /usr/share/bugzilla/lib/ doesn't exist, and an error is thrown. To fix the problem, simply include /usr/share/bugzilla/lib/README in the RPM as we do upstream with the official tarballs. Then, once checksetup.pl completed, Bugzilla doesn't work from the web browser because it cannot read /etc/bugzilla/localconfig. Permissions for this file are correct, but the problem is that permissions set to /etc/bugzilla/ are root.root 750, meaning that 'apache' cannot access this directory at all.
I'll do this this week.
bugzilla-3.6.4-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/bugzilla-3.6.4-2.fc14
bugzilla-3.4.10-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/bugzilla-3.4.10-2.fc13
bugzilla-3.6.4-5.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/bugzilla-3.6.4-5.fc15
(In reply to comment #0) > > When running checksetup.pl from the bugzilla 3.6.4 RPM, it cannot complete > because /usr/share/bugzilla/lib/ doesn't exist, and an error is thrown. To fix > the problem, simply include /usr/share/bugzilla/lib/README in the RPM as we do > upstream with the official tarballs. This is fixed. > Then, once checksetup.pl completed, Bugzilla doesn't work from the web browser > because it cannot read /etc/bugzilla/localconfig. Permissions for this file are > correct, but the problem is that permissions set to /etc/bugzilla/ are > root.root 750, meaning that 'apache' cannot access this directory at all. I'm afraid I can't reproduce this. When I do a fresh install of the bugzilla rpm, I get a /etc/bugzilla directory that is root:apache 750 .
(In reply to comment #5) > I'm afraid I can't reproduce this. When I do a fresh install of the bugzilla > rpm, > I get a /etc/bugzilla directory that is root:apache 750 . I don't remember having edited permissions on it. Are you sure there is no cron job which checks permissions and corrects them if they are unexpected?
bugzilla-3.6.4-5.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
bugzilla-3.4.10-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
bugzilla-3.6.4-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.