From: <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 11:47 PM

> > > The problem is that the code you want to implement is incompatible with
> > > APR's dso code.  In order to use the function that you want, you would
> > > need to start by using the system's dlopen.  If you are going to use the
> > > systems dlopen, then you should use the systems dlclose.
> >
> > Very true.  This will (probably) break win32.  Not the right solution.
> >
> > > What we really need, I guess, is apr_dso_put and apr_dso_get.  That would
> > > follow the model that we currently have, instead of creating another
> > > function that would take the system type directly.
> >
> > You are meaning apr_dso_os_put and apr_dso_os_get?
> 
> Yes.  Did you want this to go to everybody?

ahem... yeah.

Reply via email to