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 ------- Additional Comments From [EMAIL PROTECTED] 2006-10-13 06:55 ------- Just wanted to note a workaround for this problem. By editing the PHP configure script to replace appropriate $APXS -q calls with explicit directories and filenames, I was able to avoid executing apxs during the configure step. What was necessary was to perform the apxs -q queries on the target platform (where the apxs can run httpd properly), then take the result and enter it into the PHP configure script, run configure, then cross-compile PHP accordingly. The alternative would be to edit apxs to *not* invoke httpd on simple -q queries, which can be easily determined when apxs is created. -- 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]
