On Wed, Nov 16, 2022 at 10:36 PM Robert Fetter via users <users@subversion.apache.org> wrote: > > 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. > > I am running MX Linux which is based on Debian. > > Thank you for your attention to this matter.
I want to add the link to the mentioned issue: https://github.com/viewvc/viewvc/issues/304. The ticket has some additional details, so I feel that it needs to be in this thread for future reference. Thank you. -- With best regards, Pavel Lyalyakin VisualSVN Team