DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9660>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9660 Using apxs2 when building PHP and apxs2 causing inter-library conflict Summary: Using apxs2 when building PHP and apxs2 causing inter- library conflict Product: Apache httpd-2.0 Version: 2.0.36 Platform: PC OS/Version: Linux Status: NEW Severity: Blocker Priority: Other Component: mod_so AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] It seems as if PHP cannot be used with Apache 2.0.36. I've configured Apache as follows: ./configure --prefix=/usr/local/apache --enable-so --enable-mods-shared=all The subsequent make and install works just fine, and Apache 2.0.36 starts up as expected. Now, when configuring PHP with --with-apxs2=/path-to-apxs, the following error is returned when doing the make: *** inter-library dependencies are not known to be supported *** This in turn causes Apache to fail when trying to start. I realize it might be a PHP bug, but since PHP is being used so extensively, it might be worth your while to communicate with the PHP development team? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
