Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I'm sure I'm missing something trivial, but a quick Super Search didn't show me what. I'm trying to get HTML::Mason working from a non-root install. I've got a server with mod_perl set up, and I did manage to get all the required modules installed in /my/home/dir/lib/modules. Now, I'm trying to get apache to actually send mason requests to a certain directory. I created this .htaccess file:
PerlSetEnv PERL5LIB /my/home/dir/lib/modules PerlModule HTML::Mason::ApacheHandler <FilesMatch "\.(html|mas)$"> SetHandler perl-script PerlSetVar MasonDataDir /my/home/dir/lib/mason PerlHandler HTML::Mason::ApacheHandler </FilesMatch>
But when I hit the server to this location, I get this error:
[Thu Jul 8 14:08:03 2004] [alert] [client 206.243.134.74] /my/home/di +r/www/mason/.htaccess: Can't locate /my/home/dir/lib/modules/HTML/Mas +on/ApacheHandler in @INC (@INC contains: /usr/local/lib/perl5/5.8.3/i +386-freebsd /usr/local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl +/5.8.3/i386-freebsd /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/l +ib/perl5/site_perl/5.8.0/i386-freebsd /usr/local/lib/perl5/site_perl/ +5.8.0 /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_ +perl/5.005 /usr/local/lib/perl5/site_perl . /usr/pair/apache/ /usr/pa +ir/apache/lib/perl) at (eval 43) line 1.
Notice that /my/home/dir/lib/modules doesn't show up in @INC. So what am I doing wrong here? Is there another way of modifying @INC from within .htaccess? Any hints welcome!

-- zigdon


In reply to Using HTML::Mason with a local install by zigdon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-16 12:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found