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

SVN and XAMPP with OSX 10.6.x

From: <angedepo_at_tin.it>
Date: Wed, 10 Mar 2010 10:06:26 +0100 (CET)

Hi,
my system is OSX 10.6.2.
I've installed XAMPP and as it is is working fine (can see the starting page on http://localhost/).
I've then installed SVN 1.6.9 for OSX 10.6.x and it's working fine locally (I'm able to read version or to create a repository) even if I need to call svn with the full path (/opt/subversion/bin) otherwise it's calling a svn version 1.6.5 (don't know where is coming from).

Then finally I've copied in /module folder the 2 svn-apache .so modules then I've modified the apache configuration file with the respective Loadmodule calls and setting the svn location as below:

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<Location />
        DAV svn
        SVNPath /svn
</Location>

Now starting Apache it's working but when I call the http://localhost the browser is telling that page is not available.
Looking into the apache error.log I see that's starting correctly but then there are a couple of "child exit signal bus error (10)" messages.

What does it means?
How can I solve this?

I've tried on 2 different machines with same OSX 10.6 getting the same result.

Thankyou in advance for your kind support.

Angelo
                                                                                                                                                                                                                                                                                                                         
Received on 2010-03-10 10:11:09 CET

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.