On Fri, Feb 26, 2010 at 2:09 PM, Matthew Beets <mbe...@gmail.com> wrote: > Which would make me believe that if you are using their standard build for > APR-util that it would have memcache support rolled in. A search within the > libaprutil-1.dll (version 1.3.9) that comes within the collab install does > show up references to the following functions: > apr_memcache_add > apr_memcache_add_multget_key > apr_memcache_add_server > Again this feels like it has had support for it compiled in. I can't find > anything specific that says you must do blah to compile support for it on > windows.
I would agree with you that this is a fair reason to believe the support is there. Maybe you need to look at the APR code or the commits that added it. Or maybe they have a notes/doc file somewhere? Perhaps the memcache support needs to dynamically load some other DLL that you get from elsewhere? -- Thanks Mark Phippard http://markphip.blogspot.com/