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

Apr troubles

From: Daniel Gehriger <daniel.gehriger_at_linkcad.com>
Date: 2006-09-07 19:55:14 CEST

After two days of trying to get subversion to work on my vanilla SuSE
9.0 server, I hit the wall and I really need some help.

My setup:

- Apache 2.0.59, compiled from sources
- Subversion 1.3.2, compiled from sources
- Both are using apr 0.9.12

The problem:

Even though both, apache2 and svn use the same version of apr, each only
works with the version it compiled itself:

- If I have libapr as compiled with Apache, and configure subversion as

           --with-apxs=/usr/sbin/apxs2 \
           --with-apr=/usr/bin \
           --with-apr-util=/usr/bin

   then svn segfaults, svnadmin complains about files named
"svn_io_get_dirents2" (see corresponding earlier post).

- If I let subversion compile apr and apr-util (again, same version!!),
then Apache segfaults as soon as I access a web page.

I tried

  - different versions of Apache
  - various versions of apr

But it just doesn't work. Help !

Regards,

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 7 20:03:57 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.