Bug 55919 - EPREFIX and dynamic modules
Summary: EPREFIX and dynamic modules
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.4.7
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-22 01:41 UTC by Catherine
Modified: 2024-02-28 10:13 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Catherine 2013-12-22 01:41:00 UTC
When compiling, I configure with prefix and exec-prefix:
./configure --prefix=/path --exec-prefix=/path/x86_64
(for a multi-arch installation).

make and make-install work fine; bin, lib and modules are installed
under the exec-prefix directory as expected.

But, when I run:
cd /path/x86_64/bin
./apachectl start
httpd tries to load modules from /path/modules instead of /path/x86_64/modules...