SVN setup Segmentation Fault in ctl.sh

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

SVN setup Segmentation Fault in ctl.sh

Postby sb00020 » 29. August 2015 15:33

Hello,
I decided to do a fresh install on my mac mini last week and have finally got around to getting XAMPP up. I'm currently trying to link my SVN repo to be served up by the web server. I've done quite a bit of searching but I can't seem to find anything relating to this error.

Background:
1. I have a test repo at /Users/Sam/Subversion/Projects, this works fine on its own.
2. I have installed the mod_authz_svn.so and mod_dav_svn.so in /Applications/XAMPP/xamppfiles/modules
3. Loaded the modules in /Applications/XAMPP/etc/httpd.conf
Code: Select all
LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so

4. Uncommented the virtual hosts and WebDAV lines at the end of /Applications/XAMPP/etc/httpd.conf
5. Added the following to /Applications/XAMPP/etc/extras/httpd-vhosts.conf
Code: Select all
 <VirtualHost *:80>
        <Location /repos>
                DAV svn
                SVNPath /Users/Sam/Subversion/Projects
        </Location>
</VirtualHost>


I had a few errors relating to the /usr/local/lib folder, but I copied the contents of /Applications/Xcode.app/Contents/Developer/usr/lib as per instructions I found on stack overflow.

The error:

Currently, I'm getting the following error when restarting the Web Server:
Code: Select all
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh: line 49: 32695 Segmentation fault: 11  $HTTPD -t
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh: line 49: 32702 Segmentation fault: 11  $HTTPD -t


This corresponds to the
Code: Select all
 49 test_apache_config() {
 50     if $HTTPD -t; then
 51         ERROR=0
 52     else
 53         ERROR=8
 54         echo "apache config test fails, aborting"
 55         exit $ERROR
 56    fi


I've tried to provide all the information I think is relevant, but if there is anything else you would like to see just let me know.

Thanks in advance for anyone to take the time to help.
sb00020
 
Posts: 1
Joined: 29. August 2015 15:08
Operating System: OS X Yosemite

Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 11 guests