Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12006 - mod_perl crashes on loading
Summary: mod_perl crashes on loading
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Robert Coie (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 23:26 UTC by Jeld The Dark Elf
Modified: 2003-05-22 19:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeld The Dark Elf 2002-12-11 23:26:26 UTC
Here is a transcript:

computa conf # /etc/init.d/apache2 start
 * Starting apache2...
[Thu Dec 12 00:26:39 2002] [error] Can't locate Apache/Registry.pm in @INC (@INC
contains: /home/httpd/perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux/Apache2
/usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at (eval 3) line 3.

[Thu Dec 12 00:26:39 2002] [error] Can't load Perl module Apache::Registry for
server mitechka.kicks-ass.net:0, exiting...

The versions:

net-www/apache-2.0.43-r1 
dev-perl/mod_perl-1.99.07 
sys-devel/perl-5.8.0-r3 

I can run the file /etc/apache2/conf/modules.d/apache2-mod_perl-startup.pl from
the command line just fine. I have recently upgraded from 5.6.1 to 5.8.0, and
might have forgotten to reemerge some modules.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-12-23 12:22:17 UTC
apache::registery is part of libapreq, irc.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2003-01-08 09:08:08 UTC
There is a script in sys-devel/perl/files now that will remerge your perl
modules post install of 5.8 (you have to manually invoke it though). It also
remerges anything compiled against libperl.so from perl 5.6.1
Comment 3 Paul Slinski 2003-01-09 11:50:56 UTC
Having the same problem here.

Attempting to emerge libapreq will install Apache 1 which defeats the purpose of
running experimental Apache2 ;-)
Comment 4 Christian Parpart (RETIRED) gentoo-dev 2003-04-05 07:15:13 UTC
-    906     PerlModule Apache::Registry 
+    907     PerlModule Apache2::ModPerl::Registry 
 
Comment 5 Christian Parpart (RETIRED) gentoo-dev 2003-04-05 07:20:24 UTC
Well, I forgot to say, that I meant the file commonapache2.conf and the numbers at the 
left are the line numbers ;) 
 
Greets, 
Christian Parpart. 
Comment 6 Donny Davies (RETIRED) gentoo-dev 2003-05-22 19:24:24 UTC
fixed on cvs.  thanks.