Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17320 - Apache2 crashed while trying to load mod_perl: can't find Registry.pm
Summary: Apache2 crashed while trying to load mod_perl: can't find Registry.pm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-11 14:14 UTC by Sébastien Champigny
Modified: 2003-06-04 22:59 UTC (History)
0 users

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 Sébastien Champigny 2003-03-11 14:14:11 UTC
Apache-2.0.44 refuses to sart with mod_perl-1.99.08, arguying that it can't find
the Registry.pm

Reproducible: Always
Steps to Reproduce:
1. emerge apache 2 with perl use variable
2. emerge mod_perl and config

Actual Results:  
root@idk-002c307 seb # /etc/init.d/apache2 start
 * Starting apache2...
[Tue Mar 11 20:09:50 2003] [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/5.6.1 /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.
 
[Tue Mar 11 20:09:50 2003] [error] Can't load Perl module Apache::Registry for
server idk-002c307.id.uni-karlsruhe.de:0, exiting...
                                                                          [ !! ]


seb # emerge info
Portage 2.0.47-r9 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r0)
=================================================================
System uname: 2.4.20-gentoo-r1 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="ftp://ftp.ibiblio.org/pub/linux/distributions/gentoo
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.oregonstate.edu
ftp://ftp.oregonstate.edu/pub/gentoo http://mirrors.sunsite.dk/gentoo/
ftp://sunsite.dk/mirrors/gentoo/ http://gentoo.linux.no/
ftp://gentoo.linux.no/pub/gentoo/ http://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://ftp.gentoo.or.kr/
http://gentoo.gnukorea.org/
ftp://ftp.dale.ro/pub/mirrors/ftp.ibiblio.org/pub/Linux/distributions/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/
ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/gentoo/
http://distro.ibiblio.org/gentoo "
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/home/pub/src"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg ncurses
nls pdflib png quicktime spell truetype xml2 xmms xv zlib gtkhtml gdbm berkdb
slang readline svga java guile X sdl gpm tcpd pam libwww ssl python esd imlib
oggvorbis gnome gtk qt kde motif opengl aalib acl acpi alsa apache2 -apm -arts
bonobo cdr directfb dvd evo gb gtk2 imap jikes ldap libgda mbox mozilla mysql
nas pda perl plotutils samba scanner socks5 sse tetex tiff usb xml"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Christian Parpart (RETIRED) gentoo-dev 2003-04-05 07:19:08 UTC
this bug is duplicated, please mark it as duplicated (I can't do so :( 
http://bugs.gentoo.org/show_bug.cgi?id=12006 
Comment 2 Sébastien Champigny 2003-04-06 13:31:27 UTC
Neither can I :( Sorry that I didn't find your post before posting this report.
S
Comment 3 Sébastien Champigny 2003-04-06 13:31:27 UTC
Neither can I :( Sorry that I didn't find your post before posting this report.
Sébastien
Comment 4 Piotr Misztal 2003-05-14 09:35:43 UTC
FIXED!!!!
IN /etc/apache2/conf/commonapache2.conf change line 906
"PerlModule Apache::Registry"
to 
"PerlModule ModPerl::Registry"
Comment 5 Donny Davies (RETIRED) gentoo-dev 2003-06-04 22:59:12 UTC
i fixed this on cvs already... guess i forgot to close the bug :\

thanks a bunch.