On 7 Jul 2009, at 23:53, Sriram Natarajan wrote:

> Hi
>  modules like suphp (http://www.suphp.org) is unable to compile out  
> of the box because of the way we deliver apr/apr-util.  Is there  
> any particular reason, why we cannot deliver these files in the  
> same fashion as done on other platforms ? Do we expect apr  
> component to have multiple binary incompatible releases ?

apr-util is somewhat split up because we moved to dynamic loading of  
those modules
which bring in "big" dependencies, like LDAP or SQL databases.  So  
for example,
MySQL should not be a dependency to install, and neither should it  
require
rebuilding APR-UTIL if a user having installed without MySQL later  
wants to use
it with MySQL.  Or if our future masters migrate users from MySQL to  
Oracle.

Where's the problem with suphp?  Isn't it just a matter of selecting the
appropriate dependencies?

-- 
Nick Kew

Reply via email to