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

Re: Installing SVN Server on Windows using just binary distributions?

From: Jostein Christoffer Andersen <jostein_at_josander.net>
Date: 2003-02-15 11:00:49 CET

On Friday 14 February 2003 23.23, Branko Čibej wrote:

> Apache is a service on NT-type Windows, which means it does not see
> either subversion's path, only the system path. The installer should
> register libdb40.dll as a "well-known DLL", whatever that means.

For apps, Windows searches for DLLs at:
* The .exe file directory.
* The current directory.
* The %SystemRoot%\SYSTEM32 directory.
* The %SystemRoot% directory.
* The directories in your Path (wich means that it should
  find libdb40.dll because the Subversion path are in %PATH%).

KnownDLLs are DLLs who should be found elsewhere and it's place in the
registry is HKLM\System\CurrentControlSet\Control\Session Manager.

I have no idea why somone can't get this thing to work when libdb40.dll
are in the path so I will make the installer register the DLL anyway (it
won't hurt). It's possible that the people who had trouble with this
should have restarted the machine (even XP still needs restart in some
cases), I must read and learn more on this.

I will probably have to register the ssh dll's as well. This will be done
in time for the 0.18 release.

Jostein

-- 
----------------------------------------------------------------------
Jostein Christoffer Andersen <jostein@josander.net>
http://www.josander.net/
Public PGP Key:
Key: http://www.josander.net/pub_keys/jostein_josander.net.asc
----------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 15 11:02:00 2003

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.