You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by John Waycott <ja...@cox.net> on 2006/10/24 13:51:10 UTC

Swig errors (was: Re: strange error)

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