Re: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Jay Scherrer
When installing via CPAN, I've never had a succesful test. But what helps is to have your Apache already running during the test, and when CPAN asks for the apache source either show it the directory of the headers or give it a q. If all else fails try force-ing the install. For up to date RPM'

Re: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Jay Scherrer
go through again. > > > -Original Message- > > From: Perrin Harkins [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, January 19, 2005 8:15 PM > > To: Young, Darren > > Cc: modperl@perl.apache.org > > Subject: Re: Problem on RedHat Enterprise 3.0 > > >

Re: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Ian D. Stewart
Young, Darren wrote: Is there a different way to CPAN the newer version? Perl -MCPAN -e 'install Bundle::Apache' gets the 1.29 stuff. I believe Perl -MCPAN -e 'install Bundle::Apache2' should get you latest version of mod_perl 2.0 (2.0_RC3 as of this writing). Yes, Apache 2.0.46 on RHEL. If I

RE: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Young, Darren
Young, Darren > Cc: modperl@perl.apache.org > Subject: Re: Problem on RedHat Enterprise 3.0 > > Young, Darren wrote: > > >Just tried to install Bundle::Apache, it's asking for Apache source.. > >Also, it's pulling down mod_perl 1.29.. Isn't that older > t

Re: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Ian D. Stewart
Young, Darren wrote: Just tried to install Bundle::Apache, it's asking for Apache source.. Also, it's pulling down mod_perl 1.29.. Isn't that older than the 1.99 I have? Darren, There are two versions of mod_perl. The version you pulled down is for mod_perl 1, for use with Apache HTTPd 1.x. m

RE: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Young, Darren
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache doesn't exist on that system. > -Original Message- > From: Aaron Hawryluk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 5:27 PM > To: modperl@perl.apache.org > Subject: RE: Problem on R

RE: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Young, Darren
t: Wednesday, January 19, 2005 5:01 PM > To: modperl@perl.apache.org > Subject: Re: Problem on RedHat Enterprise 3.0 > > Darren Young, > > Have you checked to see if Apache::RequestRec was installed? > Try CPANing the installation of Bundle::Apache. It looks > like your

RE: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Young, Darren
Those lines in /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/Apache/Status.p m says: 12 use mod_perl 1.99; 13 14 use Apache::RequestRec (); 15 use Apache::RequestUtil (); 16 use Apache::ServerUtil (); 17 18 $Apache::Status::VERSION = '3.00'; # mod_perl 2.0 > > Can you tell us what v

RE: Problem on RedHat Enterprise 3.0

2005-01-20 Thread Young, Darren
go through again. > -Original Message- > From: Perrin Harkins [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 8:15 PM > To: Young, Darren > Cc: modperl@perl.apache.org > Subject: Re: Problem on RedHat Enterprise 3.0 > > Young, Darren wrote: > > I in

Re: Problem on RedHat Enterprise 3.0

2005-01-19 Thread Todd Grimason
* Perrin Harkins <[EMAIL PROTECTED]> [2005-01-19 21:14]: > Young, Darren wrote: > > I installed their (RedHat) mod_perl rpm (1.99_09) > > I understand that you're trying to stick with your vendor's packaging > system, but that's a really old version of mod_perl 2. It was released > about two ye

Re: Problem on RedHat Enterprise 3.0

2005-01-19 Thread Perrin Harkins
Young, Darren wrote: I installed their (RedHat) mod_perl rpm (1.99_09) I understand that you're trying to stick with your vendor's packaging system, but that's a really old version of mod_perl 2. It was released about two years ago, and there have been two years worth of bug fixes since then.

Re: Problem on RedHat Enterprise 3.0

2005-01-19 Thread Jay Scherrer
only we could've gone with Fedora... > > -Original Message- > From: Jay Scherrer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 4:01 PM > To: modperl@perl.apache.org > Subject: Re: Problem on RedHat Enterprise 3.0 > > Darren Young, > > Have y

RE: Problem on RedHat Enterprise 3.0

2005-01-19 Thread Aaron Hawryluk
could've gone with Fedora... -Original Message- From: Jay Scherrer [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 4:01 PM To: modperl@perl.apache.org Subject: Re: Problem on RedHat Enterprise 3.0 Darren Young, Have you checked to see if Apache::RequestRec was installed? T

Re: Problem on RedHat Enterprise 3.0

2005-01-19 Thread Jay Scherrer
Darren Young, Have you checked to see if Apache::RequestRec was installed? Try CPANing the installation of Bundle::Apache. It looks like your mod_perl is looking for the Lib ok but it's not installed. Jay Scherrer On Wednesday 19 January 2005 12:58 pm, Young, Darren wrote: > Apache::RequestRe

Problem on RedHat Enterprise 3.0

2005-01-19 Thread Young, Darren
I have a RedHat Enterprise 3.0 system that doesn't seem to want to work. The same procedure I followed worked on another system (RHEL 3.0) but isn't on this one.   I have the stock Apache 2.0.46 rpm installed and a pretty generic httpd.conf file, at least, it's generic in the fact that it's ri