Ruediger Pluem
Sat, 06 Sep 2008 07:29:04 -0700
On 09/06/2008 04:05 PM, Graham Leggett wrote:
Hi all,The current dso helper code in apr-util masks the apr_dso_handle_t structure from the caller, and in the process makes it impossible to call apr_dso_error to find the human readable error message for why the module failed to load.The attached patch fixes this, making a change to the include/private/apu_internal.h header file to expose the apr_dso_handle_t structure.
Maybe I am missing something here, but where are the changes to apu_dso_load in apu_dso.c? Regards RĂ¼diger