in reply to Apache cannot locate CGI.pm in @INC
Nowhere do you mention what path your new perl is at, but it definitely looks to me like the scripts are simply using a different version of perl. Put the full path for perl 5.8.6 in the shebang line for the scripts, and it should work. For example:
#!/usr/local/bin/perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Apache cannot locate CGI.pm in @INC
by ahoffmann (Initiate) on May 24, 2005 at 20:56 UTC | |
by bart (Canon) on May 24, 2005 at 20:59 UTC |