"Cliff Woolley" <[EMAIL PROTECTED]> wrote: > On Mon, 10 Jun 2002, Pier Fumagalli wrote: > >> Now, the question is _why_ that thing is called and why libsvn_ra_local.so >> does not exist (if shared is disabled, it should be compiled in, right?)... > > I was under the impression that it was one of those things of SVN > attempting to load all extensions (with no preconceived notions of which > ones exist and which ones don't). Right?
Right... That's what I assume as well... But at the same time, that's exactly what Cyrus-SASL does, but he reads its "plugins" directory first, and then issues a "dlopen()" then on each file it finds over in that directory... My code should better check for errors :) that's for sure, but at the same time, they shouldn't be trying to load libraries randomly if the files do not exist :) :) :) Pier