[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Modify the build system on Windows to optionally include and link Cyrus SASL

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2006-08-19 00:02:31 CEST

On 8/19/06, D.J. Heap <djheap@gmail.com> wrote:
> On 8/18/06, Branko Čibej <brane@xbc.nu> wrote:
> [snip]
> > Er. Does Cyrus SASL actually work on Windows? Nothing I found on their
> > site seems to say so, and I only saw mentions of various POSIX platforms ...
> >
> > -- Brane
>
>
> Yes, built and worked fine for me. It seems to hardcode the path of
> it's support dll's, but there's got to be an option somewhere for
> that, I would think...I haven't looked at it closely yet.

There's a registry entry. This is what I found in lib/common.c:

    /* Open registry entry, and find all registered SASL libraries.
     *
     * Registry location:
     *
     * SOFTWARE\\Carnegie Mellon\\Project Cyrus\\SASL Library
     *
     * Key - value:
     *
     * "SearchPath" - value: PATH like (';' delimited) list
     * of directories where to search for plugins
     * The list may contain references to environment
     * variables (e.g. %PATH%).
     *
     */

-- 
Vlad
Received on Sat Aug 19 00:03:13 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.