Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 92308

Summary: mod_perl (M~) installs to the wrong directory
Product: Gentoo Linux Reporter: A. Person <tesoro302>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal CC: beu, j_gentoo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: updated ebuild to install mod_perl.so under /usr/lib/apache2/modules
updated 75_mod_perl.conf to reflect mod_perl.so now living under /usr/lib/apache2/modules

Description A. Person 2005-05-11 15:05:27 UTC
I updated apache2 to the new layout as described here:

http://dev.gentoo.org/~vericgar/doc/apache-package-refresh.html

but mod_perl-1.99.17-r1 installs mod_perl.so to:

/usr/lib/apache2-extramodules/

instead of:

/usr/lib/apache2/modules/

The output in /var/log/portage verifies this.  Copying the module over to the proper location fixes it.  I also noticed that the paths in:

/etc/apache2/conf/modules.d/75_mod_perl.conf

still reference the old apache2 structure.  How can I find out if I'm actually running 1.99.17-r1 at this point?

Reproducible: Always
Steps to Reproduce:
1. emerge mod_perl (M~)
2.
3.

Actual Results:  
mod_perl.so installed to /usr/lib/apache2-extramodules/

Expected Results:  
mod_perl.so installed to /usr/lib/apache2/modules/
Comment 1 Gregg Casillo 2005-06-04 19:21:51 UTC
Same problem here. Again. 
Comment 2 Joshua Hoblitt 2005-07-17 20:02:36 UTC
Created attachment 63666 [details]
updated ebuild to install mod_perl.so under /usr/lib/apache2/modules
Comment 3 Joshua Hoblitt 2005-07-17 20:04:18 UTC
Created attachment 63668 [details]
updated 75_mod_perl.conf to reflect mod_perl.so now living under /usr/lib/apache2/modules

This change *will* break all previous ebuilds.	It might be best to rename the
file.
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2005-07-25 11:22:28 UTC
Please test the 2.0.1 install that just went into the tree and let me know if
that works for you (catching up on the mod_perl bugs, so the changes were made
without knowing about the attachments in this bug - sorry)
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2005-08-08 04:12:39 UTC
anyone?
Comment 6 Michael Cummings (RETIRED) gentoo-dev 2005-08-13 17:32:26 UTC
closing