apache2 & svn

Joined
Mar 18, 2010
Messages
4
Reaction score
0
Points
1
Hi there, I've been trying to get up and running my apache2 and followed instructions @ Getting Control with Subversion and Xcode

I got stuck at starting up the server

sudo /usr/local/apache2/bin/apachectl start

httpd: Syntax error on line 57 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: dlopen(/usr/local/apache2/modules/mod_dav_svn.so, 10): Symbol not found: _dav_do_find_liveprop\n Referenced from: /usr/local/apache2/modules/mod_dav_svn.so\n Expected in: flat namespace\n in /usr/local/apache2/modules/mod_dav_svn.so

I am running Mac OS X Snow Leopard 10.6.2

httpd-2.2.15
subversion-1.6.9

I did my homework at google and nothing seems to work, help would be appreciated and also if you could point to other forum where this kind of questions are more appropiate.

thanks in advance
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
That's a fairly old article (just over four years) and deals with OS X 10.4 Server. Are you running OS X 10.4 Server? If not, I suggest finding a more current guide.

Are you sure that your httpd.conf file is formatted properly? I only ask because of the syntax error.
 
OP
L
Joined
Mar 18, 2010
Messages
4
Reaction score
0
Points
1
I'm not running a server, installed to work on my MBP.

it is formatted correctly, thing is that it cannot load that module, if I take that code off it will run smoothly, if I add I got the problem.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
Is that module actually installed? If the formatting is correct in your httpd.conf file and the formatting is correct, you should be fine.
 
OP
L
Joined
Mar 18, 2010
Messages
4
Reaction score
0
Points
1
de mod_dav_svn is installed, I think it something that it is been referred from that module, my first thought was mod_dav, but the latter haven't found a way to install it
 
OP
L
Joined
Mar 18, 2010
Messages
4
Reaction score
0
Points
1
this are the files in my modules directory

dav mod_authz_svn.so
httpd.exp mod_dav_svn.so
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top