Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread Randy Kobes
On Mon, 24 Jan 2005, Ixkorr Oxkarr wrote: > I am running Apache 2.0.40. > > The problem is that I am trying to compile some code > that checks to see if mod_perl 1.99 is installed with > the statement "use mod_perl 1.99;". This fails, even > though I have installed the mod_perl 1.99 RPM and I am >

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread INFOQUEST USA INC
e best solution. Thanks Khalid - Original Message - From: "Ixkorr Oxkarr" <[EMAIL PROTECTED]> To: "INFOQUEST USA INC" <[EMAIL PROTECTED]>; Sent: Monday, January 24, 2005 12:51 PM Subject: Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread Ixkorr Oxkarr
I am running Apache 2.0.40. The problem is that I am trying to compile some code that checks to see if mod_perl 1.99 is installed with the statement "use mod_perl 1.99;". This fails, even though I have installed the mod_perl 1.99 RPM and I am running a version of Apache 2. Clearly, Perl thinks I

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread Perrin Harkins
On Mon, 2005-01-24 at 08:04 -0800, Ixkorr Oxkarr wrote: > Is there any way I can force an unload of > mod_perl-1.29? There is no official way of removing perl modules, but you can go in and delete mod_perl.pm and the stuff under Apache/ in your @INC path. - Perrin

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread INFOQUEST USA INC
mod_perl 1.99 or later requires Apache 2.0 or later - it doesn't work with Apache 1.3x.   Thanks & Regards     Khalid     - Original Message - From: "Ixkorr Oxkarr" <[EMAIL PROTECTED]> To: Sent: Sunday, January 23, 2005 8:06 PM Subject: Can't upgrade from mo

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-24 Thread Ixkorr Oxkarr
Randy, Thanks for your help. perl -MApache2 -Mmod_perl -e 'print $mod_perl::VERSION' still reports mod_perl-1.29, even after I have done a "make uninstall" in the mod_perl-1.29 source directory, and I have installed the mod_perl-1.99 RPM. Is there any way I can force an unload of mod_perl-1.29?

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-23 Thread Randy Kobes
On Sun, 23 Jan 2005, Ixkorr Oxkarr wrote: > Hello, > > I am trying to upgrade from mod_perl 1.29 to mod_perl > 1.99 on Apache 2.0 (the OS is RHL9). > > I have installed the mod_perl 1.99 binary RPM, but > when I check the version through perl (with the > command perl -Mmod_perl -e 'print > $mod_pe