in reply to Perl5.8.8 error
It is not uncommon to have an installation of Perl for command-line utilities, and one for web applications.
One sometimes has the situation where they do not have root/super access and they wish to install a version of Perl for themselves.
The clues as to which Perl gets called start at the application being run - what is the name of the file at the top of the file in the hash-bang statement? Is it /usr/bin/perl or /usr/local/perl/bin/perl or something else?
Next - what are the environment variables provided to the script that is being run? You might want to study your web server configuration files in depth.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl5.8.8 error
by Anonymous Monk on Oct 04, 2006 at 16:34 UTC | |
by shmem (Chancellor) on Oct 04, 2006 at 16:42 UTC | |
by tjperl (Initiate) on Oct 04, 2006 at 18:20 UTC | |
by Joost (Canon) on Oct 04, 2006 at 21:40 UTC | |
by shmem (Chancellor) on Oct 04, 2006 at 21:18 UTC |