Ticket #3283 (closed defect: invalid)
undefined symbol: svn_log_changed_path_dup when trying to initenv
| Reported by: | nicolas@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.8.4 |
| Severity: | major | Keywords: | |
| Cc: |
Description
i just installed trac on my celeron 2.16 256 ram server its a centos 4 i installed subversionand trac with YUM but got a no svn module error i then installed the subversion-python-1.3.1-1.rhel3.i386.rpm RPM and now when i run: "trac-admin /srv/trac/smileandsoft initenv"
i get this:
Traceback (most recent call last):
File "/usr/bin/trac-admin", line 35, in ?
from trac import sync
File "/usr/lib/python2.2/site-packages/trac/sync.py", line 22, in ?
from svn import core, fs, delta, repos
File "/usr/lib/svn-python/svn/core.py", line 19, in ? File "/usr/lib/svn-python/libsvn/core.py", line 5, in ?
ImportError?: /usr/lib/libsvn_swig_py-1.so.0: undefined symbol: svn_log_changed_path_dup
/usr/lib/svn-python/ folder doesnt exist i tried creating a symbolic link called /usr/lib/svn-python pointing to /usr/lib/python2.2/site-packages/svn/ but it didnt help


