Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7867 - mod_perl seems to be broken....would really appreciate some help :)
Summary: mod_perl seems to be broken....would really appreciate some help :)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-13 03:28 UTC by Brad Cowan (RETIRED)
Modified: 2003-08-15 10:37 UTC (History)
3 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 Brad Cowan (RETIRED) gentoo-dev 2002-09-13 03:28:02 UTC
* Starting apache...
[Fri Sep 13 04:25:49 2002] [error] Can't locate Apache.pm in @INC (@INC
contains:
/var/tmp/portage/mod_perl-1.27/image/usr/lib/site_perl/5.6.1/i686-linux
/usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl . /etc/apache/ /etc/apache/lib/perl) at (eval 2) line 3.
                                                                          [ !! ]
 THXS
Comment 1 Brad Cowan (RETIRED) gentoo-dev 2002-09-13 05:08:41 UTC
seems that emergeing libwww-perl fixed this, but it didn't get pulled in by the
ebuild, there still seemed to be some more errors in the build that I'll look at
and report
Comment 2 SpanKY gentoo-dev 2002-09-13 08:08:14 UTC
root@rux0r var # find /usr/lib/perl5/ -name Apache.pm
/usr/lib/perl5/5.6.1/CGI/Apache.pm
root@rux0r var # qpkg -f /usr/lib/perl5/5.6.1/CGI/Apache.pm
sys-devel/perl *
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-09-15 23:58:05 UTC
committed the dependency fix... Hopefully this fixes the problem
Comment 4 Andrea Sterbini 2003-08-15 07:06:45 UTC
I am a Gentoo newbie ... 
 
I am getting the same problem: 
 
[Fri Aug 15 16:02:27 2003] [error] Can't locate Apache.pm in @INC (@INC contains: 
<font 
color=red>/var/tmp/portage/mod_perl-1.27-r2/image/usr/lib/site_perl/5.8.0/i686-linux</font> 
/usr/lib/perl5/5.8.0/i586-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i586-linux 
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.0/i586-linux /usr/lib/perl5/vendor_perl/5.8.0 
/usr/lib/perl5/vendor_perl . /etc/apache/ /etc/apache/lib/perl) at (eval 2) line 3. 
 
The strange item above suggests that there is a problem in the ebuild file. 
 
I have found that there is PREFIX=${D}/usr (and other suspect ${D} later) 
I have tried to remove them but the install step stops with the error: 
 
--------------------------- ACCESS VIOLATION SUMMARY --------------------------- 
LOG FILE = "/tmp/sandbox-mod_perl-1.27-r2-7515.log" 
 
open_wr:   /usr/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/typemap 
chmod:     /usr/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/typemap 
open_wr:   /usr/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/mod_perl.exp 
chmod:     /usr/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/mod_perl.exp 
mkdir:     /usr/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Symbol 
-------------------------------------------------------------------------------- 
 
What should I do? 
 
Comment 5 Ryan Phillips (RETIRED) gentoo-dev 2003-08-15 10:37:38 UTC
Try emerging the unstable mod_perl... ACCEPT_KEYWORDS="~x86" mod_perl... Also, see bug #23416