Re: Error while using Apache2::Reload

2005-11-02 Thread Tyler MacDonald
Perrin Harkins <[EMAIL PROTECTED]> wrote: > > If it is "some old junk" left in the @INC how would I go about > > correcting it? > > My approach would be to start with a new Perl install and a new > mod_perl. There is no official way to uninstall a Perl module, so it's > hard to be sure that you

Re: Error while using Apache2::Reload

2005-11-01 Thread Philip M. Gollucci
Boysenberry Payne wrote: How do I apply the patch? I'm still a little wet behind the ears, please excuse me... For one this simply, you could just go edit the INSTALLED version of Reload.pm... On the other hand in general, you would cd mod_perl-2.0.2-src patch < /path/to/patch make all instal

Re: Error while using Apache2::Reload

2005-11-01 Thread Boysenberry Payne
How do I apply the patch? I'm still a little wet behind the ears, please excuse me... Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 1, 2005, at 10:20 AM, Geoffrey Young wrote: I think this is the same problem that just came up in a different circumstance - $

Re: Error while using Apache2::Reload

2005-11-01 Thread Geoffrey Young
>> hmm, what was the rationale from changing it from __FILE__ to /dev/null? >> just Apache2::Status? why not undef instead of some fake entry? it's >> just >> a hash afterall :) > > I originally had a patch for Apache2::Status for mod_perl.pm > specifically so that you didn't get two lines dis

Re: Error while using Apache2::Reload

2005-11-01 Thread Philip M. Gollucci
Geoffrey Young wrote: I think this is the same problem that just came up in a different circumstance - $INC{'mod_perl.pm'} being a virtual file in mp2. Geoff, Stas and I had a converstation about this before which led to a change http://svn.apache.org/viewcvs.cgi?rev=280262&view=rev I agree,

Re: Error while using Apache2::Reload

2005-11-01 Thread Geoffrey Young
>> I think this is the same problem that just came up in a different >> circumstance - $INC{'mod_perl.pm'} being a virtual file in mp2. > > Geoff, Stas and I had a converstation about this before which led to a > change > > http://svn.apache.org/viewcvs.cgi?rev=280262&view=rev > > I agree, that

Re: Error while using Apache2::Reload

2005-11-01 Thread Philip M. Gollucci
Geoffrey Young wrote: Boysenberry Payne wrote: Well I've tried to reinstall perl, apache2 and mod_perl. I have the @lib trimmed down too. Still get the same error. Anything else I can do? Here is the error again: Can't locate mod_perl.pm in @INC (@INC contains: /Users/boysie/mod_perl_inc /u

Re: Error while using Apache2::Reload

2005-11-01 Thread Geoffrey Young
Boysenberry Payne wrote: > Well I've tried to reinstall perl, apache2 and mod_perl. > I have the @lib trimmed down too. Still get the same error. > Anything else I can do? > > Here is the error again: > > Can't locate mod_perl.pm in @INC (@INC contains: > /Users/boysie/mod_perl_inc /usr/local/

Re: Error while using Apache2::Reload

2005-11-01 Thread Boysenberry Payne
Well I've tried to reinstall perl, apache2 and mod_perl. I have the @lib trimmed down too. Still get the same error. Anything else I can do? Here is the error again: Can't locate mod_perl.pm in @INC (@INC contains: /Users/boysie/mod_perl_inc /usr/local/lib/perl5/5.8.7/darwin-2level /usr/local

Re: Error while using Apache2::Reload

2005-10-31 Thread Tyler MacDonald
Boysenberry Payne <[EMAIL PROTECTED]> wrote: > I would like to do the "make uninstall" approach below first before > going > through reinstalling perl and MP2. > Before I do this I want to make sure I have the right syntax first. > would I just type 'make uninstall' in the source directory for MP2

Re: Error while using Apache2::Reload

2005-10-31 Thread Boysenberry Payne
I still have the original source. But I think the reason this is happening is because I used Darwin Port (a Darwin package installer) to install my original MP 2. Then, when I installed MP2 RC5 from source I started getting the error. I used the port uninstall the package first, but maybe it didn

Re: Error while using Apache2::Reload

2005-10-31 Thread Perrin Harkins
On Mon, 2005-10-31 at 13:51 -0800, Tyler MacDonald wrote: > "make uninstall" / ExtUtils::Install::uninstall(/path/to/.packlist) > aren't official? I suppose you'd have to have the old pacakage's source tree > still laying around... Sure, if you have the .packlist for the old module, give tha

Re: Error while using Apache2::Reload

2005-10-31 Thread Perrin Harkins
On Mon, 2005-10-31 at 15:01 -0600, Boysenberry Payne wrote: > If it is "some old junk" left in the @INC how would I go about > correcting it? My approach would be to start with a new Perl install and a new mod_perl. There is no official way to uninstall a Perl module, so it's hard to be sure tha

Re: Error while using Apache2::Reload

2005-10-31 Thread Philip M. Gollucci
Perrin Harkins wrote: It seems likely that you are either running a different version of Reload than you think you are, or else have some old junk left in your @INC from a previous installation of mod_perl. Thats what I thought. Though there was a change relating to this in 2.0.2-dev now 2.0.2.

Re: Error while using Apache2::Reload

2005-10-31 Thread Boysenberry Payne
Actually someone sent me an off list message saying they had the same problem after installing the latest MP upgrade. If it is "some old junk" left in the @INC how would I go about correcting it? If I'm not mistaken Apache2::Reload is a part of the MP2 install, so I can't just reinstall Apache

Re: Error while using Apache2::Reload

2005-10-31 Thread Perrin Harkins
On Mon, 2005-10-31 at 14:44 -0600, Boysenberry Payne wrote: > Should I just edit out the line in Apache2::Reload that checks for MP2? The fact that you're having this problem and no one else is reporting it probably means that something is wrong with your system, not with Apache2::Reload. If poss

Re: Error while using Apache2::Reload

2005-10-31 Thread Boysenberry Payne
Should I just edit out the line in Apache2::Reload that checks for MP2? Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Oct 29, 2005, at 5:01 AM, Boysenberry Payne wrote: I still haven't been able to get Apache2::Reload working after my MP 2.0.0 RC5 upgrade. I even tried

Re: Error while using Apache2::Reload

2005-10-29 Thread Boysenberry Payne
I still haven't been able to get Apache2::Reload working after my MP 2.0.0 RC5 upgrade. I even tried to reinstall to no avail. Does anyone know how to get this working? Did I miss something in Philip M. Gollucci's post? Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com

Re: Error while using Apache2::Reload

2005-10-18 Thread Boysenberry Payne
Did you specificy mod_perl.pm as file to reload in the config by accident? No, it started happening just after the MP 2.0.0 RC5 upgrade... This is what I got as a return from: find /Users/boysie/mod_perl_inc /opt/local/lib/perl5 -name Reload.pm | xargs grep -n mod_perl 20:use mod_perl2; 391:

Re: Error while using Apache2::Reload

2005-10-17 Thread Philip M. Gollucci
Boysenberry Payne wrote: I'm getting the following error while trying to use Apache2::Reload on Apache/2.0.55 (Unix) PHP/5.0.5 DAV/2 mod_apreq2-20050712/2.5.2-dev mod_perl/2.0.2-dev Perl/v5.8.7 Can't locate mod_perl.pm in @INC (@INC contains: /Users/boysie/mod_perl_inc /opt/local/lib/perl5/5.