Thank you for the link. I have tried it and when I do "from svn import core" I get: ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol: xmlCreatePushParserCtxt (On my other server with exactly the same environment where trac works flawlessly, if I run that command, I get 'svn' cannot be found but my svn-python bindings and trac work without any issues -- this confuses me even more).
Further, when I run # cat /proc/7663/maps | grep .so | cut -d/ -f2- | sort -u I get the output that does not seem to match anything that is required. lib/ld-2.3.4.so lib/libdl-2.3.4.so lib/libtermcap.so.2.0.8 lib/libutil-2.3.4.so lib/tls/libc-2.3.4.so lib/tls/libm-2.3.4.so lib/tls/libpthread-2.3.4.so lib/tls/librt-2.3.4.so usr/lib/libpython2.3.so.1.0 usr/lib/libreadline.so.4.3 usr/lib/python2.3/lib-dynload/readline.so But my PYTHONPATH has '/usr/local/lib/svn-python' and that contains files generated by building swig 1.3.25, followed by buiding the svn, followed by 'make swig-py' which has created that folder. Robert On Jun 28, 1:42 am, Rony Cesana <[EMAIL PROTECTED]> wrote: > I understand your frustration, as I was having the same problem... > I'm not sure whether you've already tried this [1]: it did help me a > lot, especially comparing the libraries lists... > > Rony > > [1]http://trac.edgewall.org/wiki/TracSubversion#unsupported-vcs > > Rob13 ha scritto: > > > I am running to pretty much dead end. It is extremely > > frustrating .... It seems that swig binding issue is one > > of the leading installation issues with trac and yet there > > is only a scattered documentation on this. > > > I am trying to post to swig, svn and python newsgroups > > but not expecting to get much help there. > > > Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
