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

Re: Another 1.4 release critical bug

From: Branko Čibej <brane_at_xbc.nu>
Date: 2006-08-01 09:37:57 CEST

Justin Erenkrantz wrote:
> On 7/31/06, Branko Čibej <brane@xbc.nu> wrote:
>> worth. It will only work on ELF systems (even Mac OS X or HP-UX won't
>> work, and I won't mention Windows at all), and the implementation has
>
> Why doesn't it work on Mac OS X or HP-UX? This code is functionally
> equivalent to the LoadModule directive in httpd - which dynamically
> loads dylibs/DSOs/etc. AFAIK, that works just fine on OS X and
> HP-UX... -- justin

On Mac OS, shared libraries are usually called foo.dylib. On HP-UX,
they're called foo.sl, and on Windows they're foo.dll. We only look for
foo.so. Granted, that's a trivial bug, but it shows that RA/FS dynamic
loading already doesn't work on two very popular platforms.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 1 09:38:15 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.