Hi All:

just have my Mason setup on my Linux and try to run my first Mason example,
the scenario to the error:

The environment:
1) The httpd.conf configuration:
  LoadModule perl_module modules/mod_perl.so
  #
  PerlModule HTML::Mason::ApacheHandler
  <LocationMatch "\.html$">
   SetHandler perl-script
   PerlHandler HTML::Mason::ApacheHandler
  </LocationMatch>

2) The mod_perl is installed without problem

3) HTML:Mason and all its dependencies (packages/modules) are installed

4) the mason example is handshake.html located in /htdoc/
   looks like:
     % my $planet = "World";
     Hello, <% $planet %>!
5) open the browser and input http://localhost/handshake.html
  got: 500 Internal Server Error

6) In the Apache's logs/error-logs:
  no such exception class HTML::Mason::Exception::Params at
/opt/ActivePerl-5.10/site/lib/HTML/Mason/Exceptions.pm line 113.\n

Appreciated for your help in advance!

KT
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to