简体   繁体   中英

Getting Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line 109

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.

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM