Anon,

Do you have Apache and mod_perl setup? If not, I would start by getting these installed and configured. For information on doing this, see the main mod_perl site. Assuming you have these setup, try the following:

All prerequisites for Apache::PAR can be installed via PPM. These include: PAR, MIME::Types, Archive::Zip, Apache::Test, Digest::MD5, File::Spec, and File::Path.

If you have "make" installed and CPAN setup, you should be able to install Apache::PAR with:

perl -MCPAN -e "install Apache::PAR"

If you do not have CPAN setup, Apache::PAR can also be installed manually by downloading the package and extracting the files (its a .tar.gz, so you might have to use WinZip or other program that can handle this type of archive.) Apache::PAR does not require a compiler, so once you have extracted the files, just put PAR.pm and PAR/* someplace in your @INC.

More non-Win32 specific Apache::PAR installation information can also be found in the tutorial.

BTW - I would like to get Apache::PAR included in the PPM list, either the main archive or the theoryx5 archive where mod_perl exists. Anyone know how to go about doing this?

Thanks,
techy (Nathan Byrd)


In reply to Re: Apache::Par problem by techy
in thread Apache::Par problem by Anonymous Monk

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.