Thanks Gero, it worked! For the next several days I will continue to think what a nice person you are. Thanks very much for pointing me in the right direction.
pk/ On Monday, March 18, 2002, at 06:12 AM, Gero Herrmann wrote: > Puneet Kishor wrote: >> I am having a lot of difficulty with mod_perl... I upgraded to Perl 561 >> and mod_perl, and now mod_perl simply does not work. Everytime I start >> Apache with mod_perl turned on, I get the following in my error_log >> >> perl: warning: Setting locale failed. >> perl: warning: Please check that your locale settings: >> LC_ALL = (unset), >> LANG = "en_US" >> are supported and installed on your system. > > Have you tried setting the environment variable LC_ALL in the > /etc/httpd/httpd.conf file by including the following line? > > SetEnv LC_ALL C > > or maybe > > PerlSetEnv LC_ALL C > > ? > > http://httpd.apache.org/docs/mod/mod_env.html#setenv > http://perl.apache.org/guide/config.html#PerlSetVar_PerlSetEnv_and_PerlP > > Gero Herrmann
