https://issues.apache.org/bugzilla/show_bug.cgi?id=55919
Bug ID: 55919
Summary: EPREFIX and dynamic modules
Product: Apache httpd-2
Version: 2.4.7
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
Assignee: [email protected]
Reporter: [email protected]
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...
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]