DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40653>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40653 Summary: apxs dependency on httpd breaks cross-compilation of other packages Product: Apache httpd-2 Version: 2.2.2 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] With proper environment variables, --host= and --target options, Apache 2.2.3 can be cross-compiled successfully. However, the bin/apxs PERL script has an implicit dependency on bin/httpd, which causes a problem when building other modules. For example, when adding PHP 5.1.6 to Apache 2.2.3, the --with-apxs2= option is used on the PHP configure line to point to apxs. PHP needs to run apxs to determine the include paths, CFLAGS, etc. used to build Apache. This fails on a cross-compiled environment when apxs tries to execute httpd on the host system. apxs should become truly platform-independent and not rely on binaries that cannot be run on the build system. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
