Edgewall Software

Ticket #3283 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

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

Attachments

Change History

Changed 2 years ago by eblot

  • status changed from new to closed
  • resolution set to invalid
  • severity changed from blocker to major

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.

Add/Change #3283 (undefined symbol: svn_log_changed_path_dup when trying to initenv)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from daniel. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.