0

I am trying to install Bugzilla. For that Strawberry perl, Microsoft IIS, MySQL are installed with latest versions. Followed guidelines given on Bugzilla installation page for windows.

Whenever I run checksetup.pl, all necessary perl modules related to Bugzilla are installed correctly. Only three optional modules were not installed (perl-ldap, mod_perl and Apache-SizeLimit). And then it is showing an error:

Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line 109.
Ralf
  • 16,086
  • 4
  • 44
  • 68

2 Answers2

3

Move back to Strawberry Perl 5.28.2.1 from 5.30.0.1 I had same problem. This fixed.

YZCarver
  • 46
  • 2
0

I managed to fix this by applying the first of the following patch (use

locate Safe.pm

to find the offending file)

DISCLAIMER - AT YOUR OWN RISK

Perl on github, patch for bug 17291

Ate Somebits
  • 287
  • 1
  • 18