Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92308 - mod_perl (M~) installs to the wrong directory
Summary: mod_perl (M~) installs to the wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-11 15:05 UTC by A. Person
Modified: 2005-08-13 17:32 UTC (History)
2 users (show)

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


Attachments
updated ebuild to install mod_perl.so under /usr/lib/apache2/modules (mod_perl-2.0.0.ebuild,4.02 KB, text/plain)
2005-07-17 20:02 UTC, Joshua Hoblitt
Details
updated 75_mod_perl.conf to reflect mod_perl.so now living under /usr/lib/apache2/modules (75_mod_perl.conf,242 bytes, text/plain)
2005-07-17 20:04 UTC, Joshua Hoblitt
Details

Note You need to log in before you can comment on or make changes to this bug.
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