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