I'm sorry to dredge up an old and common issue, but I don't see my
situation covered in the docs.

I've installed subversion and SWIG.  I think I've got everything in
the right place:

$ which python
/usr/local/bin/python
$ python -V
Python 2.5.2
$ ls -l /usr/local/lib/svn-python/
total 8
drwxr-xr-x  2 root root 4096 Apr 23 15:24 libsvn
drwxr-xr-x  2 root root 4096 Apr 23 15:24 svn
$ cat /usr/local/lib/python2.5/site-packages/svn.pth
/usr/local/lib/svn-python
$ echo $PYTHONPATH
:/usr/local/lib/svn-python/
$ python -c "from svn import core"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/svn-python/svn/core.py", line 19, in <module>
    from libsvn.core import *
  File "/usr/local/lib/svn-python/libsvn/core.py", line 5, in <module>
    import _core
ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
gss_delete_sec_context

I guess I'm just not sure what the error means or how to remedy it.
What's the known fix for this?

Thanks,

Sean

On Sun, Jan 6, 2008 at 7:50 AM, Emmanuel Blot <[EMAIL PROTECTED]> wrote:
>
>  > BTW, I always use .pth files for this:
>  >    echo /usr/local/lib/svn-python > /usr/lib/python/site-packages/svn.pth
>
>  It would be interesting to add this command line to the Trac documentation:
>  http://trac.edgewall.org/wiki/TracSubversion#unsupported-vcs
>
>  Cheers,
>  Manu
>
>
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to