paulhart wrote:
Christian Boos wrote:
Some library that it needs (e.g. zlib) in /usr/local/lib and that folder
not in LD_LIBRARY_PATH?
Can you get the 'svn' command line to work in the same shell?
Yes, svn works fine (I just created a new repository, then created,
added and commited a file to confirm that), I even have apache2 doing
the mod_dav/mod_dav_svn dance succesfully. Trac is the only app that
seems to be having troubles.
And what about the following:
PYTHONPATH=/usr/local/lib/svn-python python
>>> from svn import core
>>> (core.SVN_VER_MAJOR, core.SVN_VER_MINOR, core.SVN_VER_MICRO)
?
-- Christian
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---