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

Re: More Subversion Python bindings + Trac fun

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-07-31 12:46:37 CEST

Bryan Dyck wrote:
> Traceback (most recent call last):
> File "/usr/local/lib/svn-python/svn/core.py", line 21, in ?
> from libsvn.core import *
> File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in ?
> import _core
> ImportError: libapr-0.so.0: cannot open shared object file: No such file
or
> directory

OK, well, let's start with the obvious:

Does libapr-0.so.0 exist? (In /usr/lib or /usr/local/lib, most probably)

> Trac is installed to its default location, and the Python modules for
> Subversion are symlinked to Python's site-packages directory from
> /usr/local/lib/svn-python. _core.la|so and friends are all present and
> accounted for in Python's site-packages directory as well, which makes the
> error slightly confusing to me, unless I am not reading it correctly.

In the site-packages directory?

_core.so and friends should be in the libsvn directory.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 31 12:51:15 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.