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