On Wed, 2009-10-28 at 11:41 +0200, Viktor Griph wrote: > In my > particular usecase I've been trying to use a module using a dbd > backend for mysql together with the module mod_auth_mysql. The mysql > library is dynamically linked when the mod_auth_mysql is loaded, and > is unlikned before the cleanup in mod_dbd_mysql is called, leaving a > call to an unloaded library.
Hmm, that's weird. That cleanup should be against the same pool that DSO was registered against. Which version of APU is this? -- Bojan
