Re: error on show bug page - Mozilla
This is a discussion on Re: error on show bug page - Mozilla ; On Sep 18, 5:35*am, James Barwick wrote:
> CGI-3.47.pm has been "blacklisted" by the bugzilla project.
>
> Find/Download CGI-3.21.pm and install.
>
> Download from here: http://search.cpan.org/~lds/CGI.pm-3.21/
I removed /usr/lib/perl5/5.8.8/CGI.pm (3.47/3.45)
downloaded, extracted, compiled and installed 3.21
rerun checksetup.pl ...
-
Re: error on show bug page
On Sep 18, 5:35*am, James Barwick wrote:
> CGI-3.47.pm has been "blacklisted" by the bugzilla project.
>
> Find/Download CGI-3.21.pm and install.
>
> Download from here:http://search.cpan.org/~lds/CGI.pm-3.21/
I removed /usr/lib/perl5/5.8.8/CGI.pm (3.47/3.45)
downloaded, extracted, compiled and installed 3.21
rerun checksetup.pl but it returns:
[...]
Checking perl modules...
Checking for CGI.pm (v3.21) ok: found v3.45
[...]
and the post/show bug error is returned every time I submit a new bug.
> If after you do this you get the "post_bug.cgi" error, please let me know!
Have any idea where did I go wrong?
Thanks,
Tibi
-
Re: error on show bug page
On Sep 18, 8:38*pm, Tibi Turbureanu
wrote:
> On Sep 18, 5:35*am, James Barwick wrote:
>
> > CGI-3.47.pm has been "blacklisted" by the bugzilla project.
>
> > Find/Download CGI-3.21.pm and install.
>
> > Download from here:http://search.cpan.org/~lds/CGI.pm-3.21/
>
> I removed /usr/lib/perl5/5.8.8/CGI.pm (3.47/3.45)
>
> downloaded, extracted, compiled and installed 3.21
>
> rerun checksetup.pl but it returns:
> [...]
> Checking perl modules...
> Checking for * * * * * * *CGI.pm (v3.21) * ok: found v3.45
> [...]
>
> and the post/show bug error is returned every time I submit a new bug.
>
> > If after you do this you get the "post_bug.cgi" error, please let me know!
>
> Have any idea where did I go wrong?
To make it work, I had to copy recursively /usr/lib/perl5/5.8.8/CGI*
(also .pm) into the local Bugzilla lib/ directory.
Tibi