> apxs-generated binaries are in. The mod_perl > Makefile.sfw seems to go to > quite some lengths to work around issues with the > apxs output, and you > don't. Arvind seems to be the last person to have > touched that bit of > mod_perl -- can you explain what needed fixing here? > I don't recall seeing > iscussion of that code-review request, though that > might have happened on > the webstack list.
When Apache 2.2.6 was integrated, one of the changes made to the Apache2 (and its modules) build was to remove the dependence on having Apache2 installed on the machine. So now, modperl uses apxs from the proto directory of the build as opposed to expecting apxs to be in /usr/apache2/2.2/bin/apxs.The code review request/diffs were posted here and on webstack: http://www.opensolaris.org/jive/thread.jspa?threadID=43964&tstart=15 http://www.opensolaris.org/jive/thread.jspa?threadID=43972&tstart=15 Arvind This message posted from opensolaris.org
