Click here to get back home

Installing module Apache2::Reload failed

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Installing module Apache2::Reload failed ronny204 03-28-2008
Posted by ronny204 on March 28, 2008, 5:20 am
Please log in for more thread options
Dears,

I am trying to install the module Apache2::Reload but when I do perl
Makefile.PL it returns the quote: "You don't seem to have mod_perl 1.0
installed at Makefile.PL line 112."

Makefile.pl (line 112 ff):

-------------------- 8< --------------------
if ($mod_perl::VERSION >= 1.99) {
# so we don't pick 2.0 version if 1.0 is wanted
die "You don't seem to have mod_perl 1.0 installed";
}
-------------------- 8< --------------------

We have installed mod_perl 1.999021 and Apache2 on Solaris 9.

Any idea, how it can be done?

Best regards,

Ronny

Posted by Joost Diepenmaat on March 28, 2008, 6:45 am
Please log in for more thread options
ronny204@googlemail.com writes:

> Dears,
>
> I am trying to install the module Apache2::Reload but when I do perl
> Makefile.PL it returns the quote: "You don't seem to have mod_perl 1.0
> installed at Makefile.PL line 112."

The Apache::Reload distribution installs different modules depending if
you want mod_perl 1.x or mod_perl 2. It looks like you can force
mod_perl 2 by setting the MOD_PERL_2_BUILD environment variable before
running Makefile.PL

Joost.

--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/

Posted by ronny204 on March 28, 2008, 9:56 am
Please log in for more thread options
Dear Joost.

I've tried to set this variable and it now returns a quote: "You don't
seem to have mod_perl 2.0 installed at Makefile.PL line 120." :(

Any idea what now?

Ronny.

Posted by Joost Diepenmaat on March 28, 2008, 10:18 am
Please log in for more thread options
ronny204@googlemail.com writes:

> Dear Joost.
>
> I've tried to set this variable and it now returns a quote: "You don't
> seem to have mod_perl 2.0 installed at Makefile.PL line 120." :(
>
> Any idea what now?

Sounds like you may not have a complete mod_perl 2 installation, or you
have two or more perls installed and you're trying to install
Apache::Reload using the wrong one. You may want to try to re-install
mod_perl, and check for additional perl installs.

If that still doesn't help or turn up more information, I'm out of ideas.

--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/

Posted by ronny204 on March 28, 2008, 11:05 am
Please log in for more thread options
Thank you very much for your response. Here are the significant lines
out of Makefile.PL:

-------------------- 8< --------------------

if ($wanted == 1) {
require_mod_perl();
if ($mod_perl::VERSION >= 1.99) {
# so we don't pick 2.0 version if 1.0 is wanted
die "You don't seem to have mod_perl 1.0 installed";
}
$selected = 1;
}
elsif ($wanted == 2) {
#warn "Looking for mod_perl 2.0";
require_mod_perl();
if ($mod_perl::VERSION < 2.0) {
die "You don't seem to have mod_perl 2.0 installed";
}
$selected = 2;
}

-------------------- 8< --------------------

Our mod_perl -Version is 1.999021. This is greater than 1.99 and
smaller than 2.0 ... so both options can not work. This is very strange.

Similar ThreadsPosted
Failed installing Win32::DirSize on Windows XP September 11, 2006, 3:10 am
CPAN failed to install XML::Parser module September 10, 2007, 4:36 am
Perl CGI script using Win::ODBC module - failed login on December 27, 2004, 3:28 pm
module installing February 23, 2005, 9:30 pm
Installing DBI module on Solaris 8 December 16, 2004, 5:28 am
Problem installing module January 22, 2005, 4:12 pm
Installing DBI module on Windows XP January 31, 2005, 9:22 am
Problem installing SGI::FAM module December 15, 2005, 1:04 am
Installing Perl Module May 20, 2008, 10:54 am
Problems installing DBI module on perl August 9, 2004, 10:40 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap