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