Compilation Failed in Microsoft IIS 7

Asked By 0 points N/A Posted on -
qa-featured

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.
SHARE
Answered By 10 points N/A #109630

Compilation Failed in Microsoft IIS 7

qa-featured

 

You will need to check if the DateTime.pm in any of the locations that are relative to the Bugzilla directory. In case they are not, there you will need to figure out where they have been installed because they may be the ones causing the problem. 
 
Once you have done that, you will also need to make sure that the web server can be able to read that particular directory, because if it cannot then you will probably continue experiencing that error. Once you have done that you can then try running the compiler again and see if there will not be a problem this time round.
 
-Thompson Locker
 
 
 

Related Questions