in reply to Perl Errors with AWStats
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Errors with AWStats
by Anonymous Monk on Jun 20, 2008 at 09:36 UTC |