Re: Building mod_perl2.pm

2020-02-13 Thread tomcat/perl
On 12.02.2020 23:01, Ruben Safir wrote: On Tue, Feb 11, 2020 at 07:04:56PM -0600, Steven Lembark wrote: Hello, I am trying to use Apache::DBI module. I got it installed on the SUSE Linux 11SP4 on my dev box. It has a dependency of mod_perl2. But when I try to install mod_perl2, I get Please

Re: Building mod_perl2.pm

2020-02-12 Thread Ruben Safir
On Tue, Feb 11, 2020 at 07:04:56PM -0600, Steven Lembark wrote: > > > Hello, > > I am trying to use Apache::DBI module. I got it installed on the SUSE > > Linux 11SP4 on my dev box. > > > > It has a dependency of mod_perl2. But when I try to install > > mod_perl2, I get > > > > Please repair you

Re: Building mod_perl2.pm

2020-02-12 Thread AK
Thanks. Let me see what I can do. Appreciate your response. ~ AK. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, February 11, 2020 7:04 PM, Steven Lembark wrote: > > Hello, > > I am trying to use Apache::DBI module. I got it installed on the SUSE > > Linux 1

Re: Building mod_perl2.pm

2020-02-11 Thread Steven Lembark
> Hello, > I am trying to use Apache::DBI module. I got it installed on the SUSE > Linux 11SP4 on my dev box. > > It has a dependency of mod_perl2. But when I try to install > mod_perl2, I get > > Please repair your Module::CoreList at lib/Apache2/Build.pm line 51. > BEGIN failed--compilation a

Building mod_perl2.pm

2020-02-11 Thread AK
Hello, I am trying to use Apache::DBI module. I got it installed on the SUSE Linux 11SP4 on my dev box. It has a dependency of mod_perl2. But when I try to install mod_perl2, I get Please repair your Module::CoreList at lib/Apache2/Build.pm line 51. BEGIN failed--compilation aborted at lib/Apach

Re: mod_perl2.pm

2005-11-06 Thread Drew Taylor
Geoffrey,FYI, I was bitten by this last night when trying to install Krang. I finally found the problem and fixed it by commenting out the last 2 lines (it was late and I wanted to go to bed). I haven't tried your patch, but it looks like it will solve the problem. DrewOn 11/1/05, Geoffrey Young <[

Re: mod_perl2.pm

2005-11-04 Thread Torsten Foertsch
On Thursday 03 November 2005 17:08, Geoffrey Young wrote: > > so, please try the attached patch to Apache::Test. hopefully this fixes > > things once and for all (without breaking more stuff :) > > Torsten, any luck with this? yep, it works: 0 [EMAIL PROTECTED]:~/work/libapreq-1.33$ perl Makefil

Re: mod_perl2.pm

2005-11-03 Thread Geoffrey Young
> so, please try the attached patch to Apache::Test. hopefully this fixes > things once and for all (without breaking more stuff :) Torsten, any luck with this? --Geoff

Re: mod_perl2.pm

2005-11-01 Thread Geoffrey Young
Torsten Foertsch wrote: > Hi, > > is this really necessary in mod_perl2.pm? I think the decision was made because a ton of legacy applications (like CGI.pm) would be looking for $mod_perl::VERSION to decide which generation they were after. whether this is a good idea or not... wel

mod_perl2.pm

2005-11-01 Thread Torsten Foertsch
Hi, is this really necessary in mod_perl2.pm? $mod_perl::VERSION = $mod_perl2::VERSION; $INC{"mod_perl.pm"} = File::Spec::Functions::devnull(); It makes libapreq fail to build when mp1 and mp2 are installed. 0 [EMAIL PROTECTED]:~/work/libapreq-1.33$ perl Makefile.PL mod_perl 1.x (