Compilation Failed in Microsoft IIS 7
Asked By
0 points
N/A
Posted on - 01/02/2012
On Microsoft IIS 7, I have installed Bugzilla and followed all the instructions that are given in the guide. The PL scripts are working properly. But I have found some errors in software which stated below:
Can't locate DateTime.pm in @INC (@INC contains: lib C: /Perl/site/lib
C:/Perl/lib) at Bugzilla/Util.pm line 53.
Â
BEGIN failed–compilation aborted at Bugzilla/Util.pm line 53.
Â
Compilation failed in require at Bugzilla/Error.pm line 33.
Â
BEGIN failed–compilation aborted at Bugzilla/Error.pm line 33.
Â
Compilation failed in require at Bugzilla/Install/Filesystem.pm line 31.
Â
BEGIN failed–compilation aborted at Bugzilla/Install/Filesystem.pm line 31.
Â
Compilation failed in require at Bugzilla/Config.pm line 38.
Â
BEGIN failed–compilation aborted at Bugzilla/Config.pm line 38.
Â
Compilation failed in require at Bugzilla.pm line 38.
Â
BEGIN failed–compilation aborted at Bugzilla.pm line 38.
Â
Compilation failed in require at C:inetpubwwwrootbugzillaindex.cgi line 34.
Â
BEGIN failed–compilation aborted at C:inetpubwwwrootbugzillaindex.cgi line 34.
Â
Why am I having errors in compilation?
Â
Please send me some help.