I did some test builds for r1151214 on Solaris 10 Sparc: - Building against APR trunk with "reallyall" failed because of missing ldap support in apr trunk. Building against with "all" and disabled ldap works
- For static builds it seems mod_watchdog and mod_proxy_fdpass are still build as dynamic modules. Furthermore I get a link error of mod_heartbeat against mod_watchdog (I haven't checked it yet, but I guess it tries to link against the non-existing static mod_watchdog). It could be, that the link problem only happens for "all". Both things don't seem to be show stoppers. Testing didn't go well for static builds, because of the link problem the install didn't go through. Testing for dynamic builds looks good except for "reallyall", because then mod_privileges gets build and then the tests with threaded MPMS and also with cgi fail, but that's expected. Overall it looks good! Regards, Rainer
