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

Re: compile 0.24.2 errors

From: Robert Pluim <rpluim_at_bigfoot.com>
Date: 2003-06-21 11:46:35 CEST

Andy McCarty writes:
>
> Hello all,
>
> I am having trouble trying to upgrade to 0.24.2.
> I have a FreeBSD 4.7 box (I know I am
> not the only BSD user here) that is
> giving me fits.
>
> I guess APR defualts to --disable-threads
> on FreeBSD. Up until now this has been fine.
> Trying to compile svn now I get this error
>
> ./subversion/bindings/swig/swigutil_py.c:52: #error The python
> bindings require threads. APR was compiled without threads.
> *** Error code 1
>
> I can recompile APR --enable-threads and svn compiles
> but apache complains on startup
>
> Undefined symbol: apr_allocator_mutex_set
>
> Can someone give me a hint on how to proceed?
> Even RTFM pointers would be welcome at this point.
>

Are you using the same apr for apache and svn? It looks like apache
is linking to a different copy of libapr than svn. Does 'ldd
/path/to/svn' show different paths for libapr than 'ldd
/path/to/httpd'?

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 21 11:42:07 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.