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

Bug 177759

Summary: apache-module.eclass uses incorrect apxs path for apache 2.2.x
Product: Gentoo Linux Reporter: Nathan Sullivan <nathan>
Component: EclassesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nathan Sullivan 2007-05-09 10:12:50 UTC
seems /usr/sbin/apxs2 became /usr/sbin/apxs in 2.2.x, few ways to fix this one.

a. patch apache-module.eclass/depend.apache.eclass with some logic to differentiate apache 2.0.x to 2.2.x,
b. symlink /usr/sbin/apxs2 to /usr/sbin/apxs in apache 2.2.x ebuilds
c. rename /usr/sbin/apxs to /usr/sbin/apxs2 for 2.2.x ebuilds for consistency

a would probably be the smarter option for long term consistency while not diverting from mainstream too much, ill let some maintainers make a calculated decision there :)

keep in mind this affects most likely a lot of modules using apache-module.eclass and this issue mainly opened up due to 2.2.x unmasking in the 2007.0 profiles.

Reproducible: Always
Comment 1 Nathan Sullivan 2007-05-09 10:15:13 UTC
*** Bug 177761 has been marked as a duplicate of this bug. ***
Comment 2 Nathan Sullivan 2007-05-09 10:17:32 UTC

*** This bug has been marked as a duplicate of bug 177697 ***