[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

undefined symbol: svn_auth_get_ssl_server_trust_file_provider

From: <webpost_at_tigris.org>
Date: Fri, 13 Mar 2009 09:43:42 -0700 (PDT)

I am trying to get viewvc-1.0.4 working with subversion-1.4.3 on a SLES machine. I have this working on a RedHat machine, and I'm at a loss as to what I've done differently/incorrectly. The error that I'm getting is:

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
  File "/usr/local/viewvc-1​.0.4/lib/viewvc.py",​ line 3665, in main
    request.run_viewvc()
  File "/usr/local/viewvc-1​.0.4/lib/viewvc.py",​ line 253, in run_viewvc
    import vclib.svn
  File "/usr/local/viewvc-1​.0.4/lib/vclib/svn/_​_init__.py", line 25, in ?
    from svn import fs, repos, core, delta
  File "/usr/local/lib/svn-​python/svn/fs.py", line 19, in ?
    from libsvn.fs import *
  File "/usr/local/lib/svn-​python/libsvn/fs.py"​, line 29, in ?
    import core
  File "/usr/local/lib/svn-​python/libsvn/core.p​y", line 5, in ?
    import _core
ImportError: /usr/lib64/python2.4​/site-packages/libsv​n/_core.so: undefined symbol: svn_auth_get_ssl_ser​ver_trust_file_provi​der

I posted this same question on the ViewVC mailing list (http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=1317513) and received a response indicating that the problem is with my Subversion Python bindings and not with ViewVC. Can you help? I can provide whatever other information is necessary. Thanks.

~cliff

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1317864

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-13 17:45:23 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.