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

Need help in compiling subversion python binding

From: Meryl Silverburgh <silverburgh.meryl_at_gmail.com>
Date: Tue, 7 Oct 2008 23:58:00 -0500

Hi,

I am trying to compile subversion python binding in subversion 1.5.2 on ubuntu.

So I get the source of neon, apr and apr-util and put it under subversion 1.5.2.

And then I do

$ ./configure --prefix=/home/meryl/bin --with-swig=/home/meryl/bin --with-ssl
$ make
$ make install
$ make swig-py
$ make install-swig-py

And then I set the pythonpath correctly:

echo $PYTHONPATH
/home/meryl/bin/lib/svn-python

But when i do a test (like below), i get the following error:

$ python -c 'from svn import client'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/scheung/bin/lib/svn-python/svn/client.py", line 19, in <module>
    from libsvn.client import *
  File "/home/scheung/bin/lib/svn-python/libsvn/client.py", line 7, in <module>
    import _client
ImportError: /home/scheung/bin/lib/libsvn_ra_neon-1.so.0: undefined
symbol: GENERAL_NAME_free

Can you please help me why?

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-08 06:58:32 CEST

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.