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

Newbie installation problem, ViewVC and Subversion

From: Nilssen Runar <Runar.Nilssen_at_mesta.no>
Date: 2007-01-11 15:58:07 CET

Hei!
 
I have set up a Subversion server, and now I`m trying to get the
ViewVC-frontend like the one running on
http://svn.collab.net/viewvc/svn/ <http://svn.collab.net/viewvc/svn/>
 
I have built the following components from source:
autoconf-2.61
m4-1.4.8
libtool-1.5.8
viewvc-1.0.3
Python-2.4.2
zlib-1.2.3
neon-0.26.2
swig-1.3.31
httpd-2.2.4
subversion-1.4.2
libxml2-2.6.27
 
The Subversion repository works, but I can`t get the ViewVC running..
Does anyone have som sort of guide on how to do this?
 
It seems to be a problem with the installation of Subversion`s Python
bindings:
[root@lnoveglx02 site-packages]# python
Python 2.4.2 (#1, Jan 10 2007, 13:51:25)
[GCC 3.4.5 20051201 (Red Hat 3.4.5-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import svn
>>> import svn.repos
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/svn-python/svn/repos.py", line 19, in ?
    from libsvn.repos import *
  File "/usr/local/lib/svn-python/libsvn/repos.py", line 5, in ?
    import _repos
ImportError: /usr/local/lib/libsvn_ra_dav-1.so.0: undefined symbol:
xmlCreatePushParserCtxt

Any help is much appreciated!
 
M v h
Runar Nilssen
Mesta as - IKT
Received on Fri Jan 12 05:28:49 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.