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

swig issues... I think

From: Phil <plabonte_at_gmail.com>
Date: 2007-09-05 21:04:47 CEST

When I run make swig-py then I run make check swig-py I get the following error:
/usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol: gss_delete_sec_context

I am also istalling viewVC and when I try to access the repository
through viewvc I get the following error page:

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
  File "/usr/local/viewvc-1.0.1/lib/viewvc.py", line 3628, in main
    request.run_viewvc()
  File "/usr/local/viewvc-1.0.1/lib/viewvc.py", line 253, in run_viewvc
    import vclib.svn
  File "/usr/local/viewvc-1.0.1/lib/vclib/svn/__init__.py", line 25, in <module>
    from svn import fs, repos, core, delta
  File "/usr/local/lib/svn-python/svn/fs.py", line 19, in <module>
    from libsvn.fs import *
  File "/usr/local/lib/svn-python/libsvn/fs.py", line 5, in <module>
    import _fs
ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
gss_delete_sec_context

As far as fixing this error I have no clue.

I am using Fedora Core 7 and I am using subversion 1.4.0 (I tried the
latest version of subversion and I get the same error) and I am using
swig version 1.3.24.

PS I have the same setup with the same steps on Fedora Core 6 and
everything works fine. I know the FC7 is using python 2.5 compared to
Python 2.4 on FC6.

Any help would be great!

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 5 21:01:55 2007

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.