Modify ↓
Opened 16 years ago
Closed 16 years ago
#8601 closed defect (invalid)
Failed to load Subversion bindings
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | none |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I used:
CentOs: 3 (i know its very old v.v but i cant update)
Python: 2.3.4 Trac: 0.11.5 mod_python: < 3.2 svn 1.5
I dont find a fix… i have search for a long time at google but i doesnt found a fix.
I hope you can help me.
2009-08-26 12:05:15,166 Trac[svn_fs] INFO: Failed to load Subversion bindings
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/Trac-0.11.5-py2.3.egg/trac/versioncontrol/svn_fs.py", line 256, in __init__
_import_svn()
File "/usr/lib/python2.3/site-packages/Trac-0.11.5-py2.3.egg/trac/versioncontrol/svn_fs.py", line 71, in _import_svn
from svn import fs, repos, core, delta
File "/usr/lib/python2.3/site-packages/svn/fs.py", line 19, in ?
from libsvn.fs import *
File "/usr/lib/python2.3/site-packages/libsvn/fs.py", line 5, in ?
import _fs
ImportError: /usr/lib/python2.3/site-packages/libsvn/_fs.so: undefined symbol: svn_fs_access_add_lock_token2
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is an InstallationIssue: your Python bindings for Subversion seem to be broken.