Bugzilla_Installation_problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sbettadpur
    New Member
    • Aug 2007
    • 121

    #1

    Bugzilla_Installation_problem

    Hello Team,
    I am installing Bugzilla , on windows 2003 installed mysql , Active perl( ActivePerl-5.8.8.824), Apache (apache_2.2.10) are installed and when i give this path http://localhost/index.cgi of this path
    its showing the following error
    " Software error:
    Template creation failed: failed to create constants namespace: failed to load Template/Stash/XS.pm: Couldn't load Template::Stash ::XS 2.20:

    Can't load 'C:/Perl/site/lib/auto/Template/Stash/XS/XS.dll' for module Template::Stash ::XS: load_file:The specified module could not be found at C:/Perl/lib/DynaLoader.pm line 227.
    at C:/Perl/site/lib/Template/Stash/XS.pm line 31

    BEGIN failed--compilation aborted at C:/Perl/site/lib/Template/Stash/XS.pm line 31.
    Compilation failed in require at C:/Perl/site/lib/Template/Config.pm line 82.
    For help, please send mail to the webmaster (admin@192.168. 0.23), giving this error message and the time and date of the error. "

    please guide me to procede further
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    You didn't post your code for us to see, but the errors are complaining about not being able to find modules that you are trying to use. Only a very small subset of modules comes installed with Perl. Anything beyond that must be installed by you if you wish to use them in your scripts.

    Regards,

    Jeff

    Comment

    Working...