I tried to compare the two httpd.conf files between my two installs, the one on the server and the one I had on my WinXP machine using XAMPP. I did find that the one on my machine didn't refer to any paths to Perl. There was one but it's commented out. It has to do with the "shebang" line but I installed Perl to a different directory than what's on the "shebang" line.

On the server, I found the same "shebang" line code. However, I did find paths to a Perl folder and I think it may be a 5.6 install. The code looks like this:
# Required for cgi perl scripts that are run from /cgi-bin/.
SetEnv PERL5LIB "<folder>\perl\5.6.1\lib;<folder>\perl\site\5.6.1\lib"

Another path is over here:
# PerlSetEnv PERL5LIB "<folder>\perl\5.6.1\lib;<folder>\perl\site\5.6.1\lib"

Would these be the lines I need to change here?


In reply to Re: Perl Errors with AWStats by Anonymous Monk
in thread Perl Errors with AWStats 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.