I am trying to use ViewVC which provides a web inyerface to SVN. It uses a shared library with Python which (I think) I've located.

To run this, I have my own myviewvc.cgi script:

#!/bin/sh
export PYTHONPATH=/usr/lib/python2.7/dist-packages/libsvn
/usr/lib/cgi-bin/viewvc.cgi

But when I run this I get:

ImportError: /usr/lib/python2.7/dist-packages/libsvn/_core.x86_64-linux-gnu.so: 
undefined symbol: svn_relpath__internal_style

I submitted this to the ViewVC GitHub issue site for ViewVC and got back:

This seems like a problem with Subversion's python bindings (which ViewVC depends on to do its thing for Subversion repositories), and specifically an issue with the packaging of those bindings on your specific platform. Please raise the issue with that community at https://subversion.apache.org/reporting-issues.html <https://subversion.apache.org/reporting-issues.html>.

I am running MX Linux which is based on Debian.

Thank you for your attention to this matter.


Reply via email to