Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#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: Branch:
Release Notes:
API Changes:
Internal Changes:

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

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 18 years ago

Resolution: invalid
Severity: blockermajor
Status: newclosed

It looks like you are using outdated piece of software: Trac 0.8.4, Python 2.2, …

You'd probably better upgrade to a recent, supported release of Trac (0.9.x), Python 2.3, etc. See TracInstall.

If you encounter the same issues w/ up-to-date software, first try to post installation questions to the Trac mailing list before submitting a ticket.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.