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

Re: Problem compiling python-bindings

From: Martin <html-kurs_at_gmx.de>
Date: Wed, 23 Apr 2008 23:44:32 +0200

> I got trouble with trac, the svn access doesn't work. So I tried the
> following at python prompt:
> > from svn import core
> with the result:
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "/usr/local/subversion/lib/svn-python/svn/core.py", line 19, in
> <module>
> from libsvn.core import *
> File "/usr/local/subversion/lib/svn-python/libsvn/core.py", line 5, in
> <module>
> import _core
> ImportError: /usr/local/subversion/lib/libsvn_ra_dav-1.so.0: undefined
> symbol: PKCS12_SAFEBAG_free
>

I think I've solved the problem: adding in the Makefile "-lssl"
in two lines starting with SVN_APR_LIBS and SVN_APRUTIL_LIBS solved my
problem.

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-23 23:45:00 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.