Hello, I'm installing Trac for the first time on Redhat and having some trouble
creating a new project.  I have svn up and going and i thought i had all the
packages installed.  I think it is an Apache Portable Runtime package but i have
installed apr-1.2.2 and apr-util-1.2.2. Whenever i create a new project it gets
down to 'Indexing repository' then throws:

Indexing repository
Failed to initialize environment. /usr/local/lib/libsvn_subr-1.so.0: undefined
symbol: apr_xlate_open
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/scripts/admin.py", line 616,
in do_initenv
    repos = self.__env.get_repository()
  File "/usr/local/lib/python2.4/site-packages/trac/env.py", line 155, in
get_repository
    from trac.versioncontrol.svn_fs import SubversionRepository
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py",
line 25, in ?
    from svn import fs, repos, core, delta
  File "/usr/local/lib/python2.4/site-packages/svn/fs.py", line 19, in ?
    from libsvn.fs import *
  File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line 3, in ?
    import delta
  File "/usr/local/lib/python2.4/site-packages/libsvn/delta.py", line 4, in ?
    import _delta
ImportError: /usr/local/lib/libsvn_subr-1.so.0: undefined symbol: apr_xlate_open

Any help would be greatly appreciated.


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to