On Sat, Mar 16, 2002 at 10:30:44PM -0600, Puneet Kishor wrote:
> Michael, Thanks for the Mason tip. It does look exactly like what I 
> need. Although I wonder how it compares with embperl... anyone any 
> thoughts?
I don't really know embperl well, so I'll leave that to someone else..
> 
> On another note... I saw that the mod_perl lines were commented out in 
> my httpd.conf. Since mod_perl is required for Mason (well, Mason 
> performs best with mod_perl), I uncommented the mod_perl lines. Now 
> httpd won't start. I get the following error when I tail my error_log

Well, the stock apache (with stock perl) and stock mod_perl work fine.

It looks like you updated the perl on your machine...I recompiled
mod_perl and apache when I upgraded my perl
> 
> 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.
> perl: warning: Falling back to the standard locale ("C").

This is a fairly minor issue, set LC_ALL to LC_ALL=C in the system
startup scripts, but this error shouldn't break anything.

For me, when I upgraded perl, mod_perl would crash apache until I
recompiled it.
> 
> Looks like I have made a bigger mess than I was in.
Was apache working before this? Anything else in the error log?
> 
> Please help, someone.

I imagine someone more expert than I could have something to add...
Michael
-- 
Dr Michael A. Maibaum - (W)+1 (415) 561 1682 - (H)+1 (415) 626 6733
<[EMAIL PROTECTED]> <URL:http://www.gene-hacker.net/>

Reply via email to