Re: mod_perl causing seg faults in apache2?

[prev] [thread] [next] [Date index for 2005/05/17]

From: Stas Bekman
Subject: Re: mod_perl causing seg faults in apache2?
Date: 21:21 on 17 May 2005
Grant wrote:
>>>Ok I did everything including uninstalling 1.99.17 but I'm getting this error:
>>>
>>>Bareword "Apache2::Const::OK" not allowed while "strict subs" in use
>>>
>>>I guess that means it wasn't fully uninstalled?  How can I check on that?
>>
>>No, if it wasn't installed, you would have not been able to load the
>>Apache2::Const module.
>>
>>Try:
>>
>>perl -le 'use warnings; use strict; use Apache2::Const; print
>>Apache2::Const::OK'
>>0
>>
>>Apache2::Const is one of the modules which will happily run from the
>>command line.
>>
>>Please CC me in your replies to the list so we won't have to wait for 8
>>hours to see your reply. emails are served with a huge delay since a few days.
> 
> 
> I get:
> 
> 0

Good.

> A weird thing:  I'm getting those same bareword errors in error_log
> but I haven't even updated Interchange::Link yet.  That module doesn't
> say "Apache2::Const:OK" anywhere in it and I'm still getting the same
> error.

That means that you
- either still have pre-mp2-RC5 Apache2/Const somewhere.
- or the code that uses it didn't compile that constant. i.e., you (or 
whoever wrote it) didn't do:

   use Apache2::Const -compile => 'OK';

before using it.



        -- 
        __________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxx.xxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

(message missing)

Re: mod_perl causing seg faults in apache2?
Malcolm J Harwood 19:41 on 12 May 2005

Re: mod_perl causing seg faults in apache2?
Perrin Harkins 04:02 on 13 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 05:10 on 13 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 16:19 on 13 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 17:07 on 13 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 21:15 on 13 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 23:52 on 13 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 23:51 on 13 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 17:06 on 16 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 03:01 on 17 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 16:42 on 17 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 21:22 on 17 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 19:56 on 17 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 21:21 on 17 May 2005

Re: mod_perl causing seg faults in apache2?
Stas Bekman 21:53 on 17 May 2005

Generated at 15:53 on 25 May 2005 by mariachi v0.52