Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177759 - apache-module.eclass uses incorrect apxs path for apache 2.2.x
Summary: apache-module.eclass uses incorrect apxs path for apache 2.2.x
Status: RESOLVED DUPLICATE of bug 177697
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
: 177761 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-09 10:12 UTC by Nathan Sullivan
Modified: 2007-05-09 10:17 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 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 ***