Reputation: 25
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.
Upvotes: 0
Views: 1945
Reputation: 321
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
Upvotes: 0
Reputation: 46
Move back to Strawberry Perl 5.28.2.1 from 5.30.0.1 I had same problem. This fixed.
Upvotes: 3