You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anna Kelbert <an...@coas.oregonstate.edu> on 2008/01/24 23:56:17 UTC

ViewVC svn-python bindings on RedHat

Hi everyone,

I've installed precompiled CollabNet Subversion on my RedHat 4 machine, 
and I've spent the last four days fighting this problem:
--
An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
   File "/opt/CollabNet_Subversion/lib/viewvc/viewvc.py", line 3665, in main
     request.run_viewvc()
   File "/opt/CollabNet_Subversion/lib/viewvc/viewvc.py", line 253, in 
run_viewvc
     import vclib.svn
   File "/opt/CollabNet_Subversion/lib/viewvc/vclib/svn/__init__.py", 
line 25, in ?
     from svn import fs, repos, core, delta
   File "/opt/CollabNet_Subversion/lib/svn-python/svn/fs.py", line 19, in ?
     from libsvn.fs import *
   File "/opt/CollabNet_Subversion/lib/svn-python/libsvn/fs.py", line 5, 
in ?
     import _fs
ImportError: /opt/CollabNet_Subversion/lib/svn-python/libsvn/_fs.so: 
cannot open shared object file: No such file or directory

-- 
The object file is in that directory, readable and executable by all. 
Any help would be most appreciated!!!!

Thank you,
Anya



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: ViewVC svn-python bindings on RedHat

Posted by Sohail Somani <so...@taggedtype.net>.
On Thu, 24 Jan 2008 15:56:17 -0800, Anna Kelbert wrote:
[snip]

> ImportError: /opt/CollabNet_Subversion/lib/svn-python/libsvn/_fs.so:
> cannot open shared object file: No such file or directory

Try ldd /opt/CollabNet_Subversion/lib/svn-python/libsvn/_fs.so and see if 
there are any libraries that are missing. If so, you need to add these to 
your LD_LIBRARY_PATH.

-- 
Sohail Somani
http://uint32t.blogspot.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org