Geoffrey Young <[EMAIL PROTECTED]> writes: [...]
> I guess what I was thinking about was someone who didn't care about mod_perl > or httpd at all. that is, suppose I'm a user that simply wants perl > bindings to APR - theoretically I could download only the APR/APU source and > then build only the APR bindings, thus giving me only APR:: packages in > site_perl, no httpd (or eventually whole mod_perl?) download required. > isn't this the point of having perl's APR run outside of mod_perl? In theory, sure. If APR were available independent of mp2, someone could install it, and then mp2 could come along and install the version *it* needs via MP_INST_APACHE2=1. Which is why I suggested making this option mandatory some time ago. However that doesn't solve the related problem of having parallel installs of modperl-2 for both httpd-2.0 and httpd-2.2. But maybe that's already taken care of by doing a local install of mp2 (assuming PREFIX=/path/to/httpd-2.x/modules/perl actually works). -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
