Bill, I finally got around to actually thinking about what is going on with the APU LDAP stuff. Splitting the LDAP portion of APU into a separate shared library isn't going to work for NetWare. Building a loadable library on NetWare is not a big deal, but building a shareable library is huge. That is the main reason why there is a single aprlib library on NetWare that contains both APR and APU. With the changes that you have made to split out the LDAP library functions, is there still a path for building everything as a single library?
Brad >>> On 5/21/2008 at 9:32 AM, in message <[EMAIL PROTECTED]>, "Brad Nicholes" <[EMAIL PROTECTED]> wrote: >>>> On 5/21/2008 at 5:54 AM, in message <[EMAIL PROTECTED]>, "William > A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: >> Need help from a Netware guy please! >> >> [EMAIL PROTECTED] wrote: >>> Author: wrowe >>> Date: Wed May 21 04:38:18 2008 >>> New Revision: 658634 >>> >>> URL: http://svn.apache.org/viewvc?rev=658634&view=rev >>> Log: >>> Add APR_DSOPATH to allow us to inspect the current working dso path var >>> >>> Backport: r658631 >>> --- apr/apr/branches/1.3.x/include/apr.hnw (original) >>> +++ apr/apr/branches/1.3.x/include/apr.hnw Wed May 21 04:38:18 2008 >>> >>> +#define APR_DSOPATH "PATH" >> >> Is this correct or if not, what is the DSO search path variable on netware? >> >> Bill > > Yes, that is correct. > > Brad
