Re: Trying to install Apache::Request - a Linux n00b try #2

2004-01-23 Thread Perrin Harkins
On Fri, 2004-01-23 at 13:54, [EMAIL PROTECTED] wrote: > I only have one version of mod_perl installed, I uninstalled the > version that came with it. To follow up a little more, did you by any chance install another Perl, from source or RPM, at any time on your system? I recently got the error y

Re: Trying to install Apache::Request - a Linux n00b try #2

2004-01-23 Thread Perrin Harkins
On Fri, 2004-01-23 at 13:54, [EMAIL PROTECTED] wrote: > I only have one version of mod_perl installed, I uninstalled the > version that came with it. Yes, but I'm thinking that maybe you didn't successfully install mod_perl. Have you tested it? And could there be more than one perl on your syst

Re: Trying to install Apache::Request - a Linux n00b try #2

2004-01-23 Thread AdmanB
Sorry to say it, but if you don't have mod_perl.pm in your Perl lib path, you have not really installed mod_perl. Maybe you missed a step somewhere, or maybe you are accidentally using a different perl to run the libapreq install than you did when you compiled mod_perl. - Perrin I only have one ve

Re: Trying to install Apache::Request - a Linux n00b try #2

2004-01-23 Thread Perrin Harkins
On Fri, 2004-01-23 at 13:16, [EMAIL PROTECTED] wrote: > But when I try to perl > Makefile.PL, it says I don't have mod_perl installed, on the basis that > it can't locate mod_perl.pm. Sorry to say it, but if you don't have mod_perl.pm in your Perl lib path, you have not really installed mod_perl

Re: Trying to install Apache::Request - a Linux n00b

2004-01-21 Thread AdmanB
Running RH9, I have apache 1.3 (latest version that's not 2) and mod_perl 1.29 installed, both successfully, as far as I can tell Compiled from source by you? Yup, compiled using the instructions shown here: http://www.bricolage.cc/docs/Bric/Admin.html#apache/perl_(mod_perl) . I'm trying to insta

Re: Trying to install Apache::Request - a Linux n00b

2004-01-21 Thread Perrin Harkins
On Wed, 2004-01-21 at 15:02, [EMAIL PROTECTED] wrote: > Running RH9, I have apache 1.3 (latest version that's not 2) and > mod_perl 1.29 installed, both successfully, as far as I can tell Compiled from source by you? > I'm trying to install Apache::Request for Bricolage, I couldn't find it > on