Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618718 - Ability to enable mod_version when installing Apache
Summary: Ability to enable mod_version when installing Apache
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-17 07:38 UTC by Troy Lea
Modified: 2017-05-17 11:24 UTC (History)
1 user (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 Troy Lea 2017-05-17 07:38:24 UTC
www-servers/apache-2.4.25::gentoo

When installing Apache2 I see the following message:

checking whether to enable mod_version... no

If I execute:

emerge -pv www-servers/apache

I don't see an option to compile mod_version as part of the build (i.e. in /etc/portage/package.use/apache).

I can compile mod_version if I run the following command:

EXTRA_ECONF="--enable-version" emerge www-servers/apache

It would be good if mod_version could be added as a use flag.
Comment 1 Tomáš Mózes 2017-05-17 11:23:46 UTC
Add version to your APACHE2_MODULES and recompile, it's in the ebuild (speaking of 2.4.25).