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

Swig errors (was: Re: strange error)

From: John Waycott <javajohn_at_cox.net>
Date: 2006-10-24 15:51:10 CEST

John Waycott wrote:
> I ran into this problem also this last week while trying to upgrade. I
> still haven't been able to get it to work. We used the APR packaged
> with the Subversion tarball. I then installed apr/apr-util 1.2.7 and
> recompiled subversion to link with it. That didn't solve the problem.
> The svn: protocol works fine. It is just http/https that doesn't work.
>
> The apache logs show the following errors when I try to checkout a
> repository:
>
> [Fri Oct 20 14:46:39 2006] [error] [client 127.0.0.1] The state report
> gatherer could not be created. [500, #20014]
> [Fri Oct 20 14:46:39 2006] [error] [client 127.0.0.1] Can't find a
> temporary directory: Error string not specified yet [500, #20014]
>
Well, I've made progress. I switched to Apache 2.2 and now I have
everything except swig Python bindings working. The default RPM packages
I was using bind to Python 2.3, but we require Python 2.4, so I need to
install it myself.

I installed swig, ran make swig-py, and make swig-py-install. Everything
compiles and installs without errors. However, when I try to run one of
the examples, I get an error: ImportError:
/svn/local/lib/libsvn_ra_dav-1.so.0: undefined symbol: PKCS12_SAFEBAG_free.

I saw a reference to neon possibly being the culprit here, but we are
using the built-in neon from the Subversion-1.4.0 tarball. Neon is not
installed elsewhere on the system. Can someone point me to where that
symbol is defined?

-- John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 24 15:52:58 2006

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.