
noreply at edgewall
Jun 18, 2006, 2:15 PM
Post #1 of 2
(289 views)
Permalink
|
|
[The Trac Project] #3283: undefined symbol: svn_log_changed_path_dup when trying to initenv
|
|
#3283: undefined symbol: svn_log_changed_path_dup when trying to initenv -----------------------------------------+---------------------------------- Reporter: nicolas[at]smileandsoft.com.ar | Owner: daniel Type: defect | Status: new Priority: normal | Milestone: Component: trac-admin | Version: 0.8.4 Severity: blocker | Keywords: -----------------------------------------+---------------------------------- 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 -- Ticket URL: <http://projects.edgewall.com/trac/ticket/3283> The Trac Project <http://trac.edgewall.com/> _______________________________________________ Trac-Tickets mailing list Trac-Tickets[at]lists.edgewall.com http://lists.edgewall.com/mailman/listinfo/trac-tickets
|