Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165092 - apache-2.2.4 - configure is broken (looking for /etc/httpd.conf)
Summary: apache-2.2.4 - configure is broken (looking for /etc/httpd.conf)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 08:05 UTC by Georgi Georgiev
Modified: 2007-05-09 00:56 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 Georgi Georgiev 2007-02-03 08:05:40 UTC
The problem: The new apache-2.2.4 breaks with "cannot open /etc/httpd.conf" when attempting to start.
  caused by: --sysconfdir=/etc from the configure line overriding the sysconfdir=/etc/apache2 from the layout file.
    caused by: ./configure getting replaced with econf in the 2.2.4 ebuild (was fine in 2.2.3)

The fix is to either revert econf with ./configure (and adding a note in the ebuild so that it doesn't happen again) or maybe explicitly add --sysconfdir on the command line as well.

The latter bothers me... config.layout specifies a lot of directories which would also be overridden by econf. Their values are the same by chance, but maybe the *bsd keywords would break?
Comment 1 Christian Heim (RETIRED) gentoo-dev 2007-05-07 15:04:02 UTC
Please try it again now. Finally at least some of the stuff from our overlay is merged to the main tree and apache-2.2.4 should now really be ready to be unmasked.
Comment 2 Georgi Georgiev 2007-05-09 00:56:46 UTC
Compiles and runs fine. Thanks.