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

RE: viewcvs - DLL load failed

From: Tim Armes <tarmes_at_fr.imaje.com>
Date: 2004-01-20 14:18:21 CET

Apache is running as a service.

If I understand correctly, the search order for modules should include the
directory in which the currently executing script is running, so it should
be found anyway.

I have tried placing the DLL in every subdirectory of viewCVS, the windows
system directory and the Python23 DLL's directory. Still no luck.

Tim

-----Message d'origine-----
De : Arild Fines [mailto:arild.fines@broadpark.no]
Envoyé : mardi 20 janvier 2004 11:59
À : Tim Armes; users@subversion.tigris.org
Objet : RE: viewcvs - DLL load failed

Tim Armes wrote:
> I'm currently in the process of copying our subversion setup from a test
PC
> to a real server.
>
> I've installed viewcvs, which works perfectly on the test PC. On the new
> server I get the message:
>
> Python Traceback
>
> Traceback (most recent call last):
> File "d:\viewcvs\lib\viewcvs.py", line 2713, in main
> request.run_viewcvs()
> File "d:\viewcvs\lib\viewcvs.py", line 251, in run_viewcvs
> import vclib.svn
> File "d:\viewcvs\lib\vclib\svn\__init__.py", line 26, in ?
> from svn import fs, repos, core, delta
> File "d:\viewcvs\lib\svn\fs.py", line 27, in ?
> import libsvn.fs
> File "d:\viewcvs\lib\libsvn\fs.py", line 4, in ?
> import _fs
> ImportError: DLL load failed: The specified module could not be found.
>
> The config is identical on the two machines. Moreover, if I run the
> standalone.py app, it runs fine, loading the DLL as required.
>
> The LIBRARY_DIR is correctly configured - indeed if it weren't they it
> wouldn't have gotten so far.
>
> The python windows extentions are installed.
>
> Does anyone have any ideas?

Are you running Apache as a service? The account services run under doesn't
see the same environment as the logged on user does. Are you sure all
dependent DLLs are in the PATH of the Local System user account?

--
Arild
AnkhSVN: http://ankhsvn.tigris.org
Blog: http://ankhsvn.com/blog
RSS: http://ankhsvn.com/blog/Rss.aspx
###########################################
This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 20 14:19:38 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.