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

Re: inclusion of r8098 into 1.0

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2004-01-08 23:48:18 CET

--On Thursday, January 8, 2004 9:55 AM -0500 Greg Hudson <ghudson@MIT.EDU>
wrote:

> I think the answer to your question is: because APR does not provide
> enough DSO machinery, the feature is currently only portable to ELF
> systems. But it's possible that it worked on HPUX before and doesn't
> now, in which case we have to make a decision between working correctly
> on ELF systems and working at all on HPUX.

Not sure what you are looking for here, but what we do in httpd is that all
module DSOs are installed as .so regardless of the platform and its
specific/preferred extension. And, the apr_dso_load will correctly call
the native function to load that dynamic library.

But, I'm not at all sure what this RA run-time loading 'feature' is doing
in Subversion - I've never understood it. libsvn_ra_dav and libsvn_ra_svn,
libsvn_ra_local are already specified on the link line, so the compiled
binaries are going to already pull those libraries in (and fail if they
aren't there). -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 8 23:48:34 2004

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.