Re: Help with compiling

2013-04-09 Thread Philip Martin
Daniel Shahaf writes: > Philip Martin wrote on Tue, Apr 09, 2013 at 00:30:21 +0100: >> Another option is that you built Subversion correctly but something went >> wrong with the module installation. You can check by running nm on >> mod_dav_svn.o: >> >> $ nm subversion/mod_dav_svn/.libs/mod_dav_

Re: Help with compiling

2013-04-08 Thread Daniel Shahaf
Philip Martin wrote on Tue, Apr 09, 2013 at 00:30:21 +0100: > Another option is that you built Subversion correctly but something went > wrong with the module installation. You can check by running nm on > mod_dav_svn.o: > > $ nm subversion/mod_dav_svn/.libs/mod_dav_svn.o | grep ap_log_error > >

Re: Help with compiling

2013-04-08 Thread Philip Martin
Maureen Barger writes: > Reran. > I am using gcc (GCC) 4.4.6 20120305 > > authz.i seems to be using the file fromthe correct apache: > # 1 "/etc/apache2/include/http_log.h" 1 So is that an apache 2.4 file? It should contain something like: #ifdef AP_HAVE_C99 /* need additional step to expand A

Re: Help with compiling

2013-04-08 Thread Maureen Barger
Reran. I am using gcc (GCC) 4.4.6 20120305 authz.i seems to be using the file fromthe correct apache: # 1 "/etc/apache2/include/http_log.h" 1 On Mon, Apr 8, 2013 at 1:59 PM, Philip Martin wrote: > Maureen Barger writes: > >> Did this, not finding a authz.i file (searched entire disk). > > Did y

Re: Help with compiling

2013-04-08 Thread Philip Martin
Maureen Barger writes: > Did this, not finding a authz.i file (searched entire disk). Did you add the -save-temps option? The authz.i file should be in the directory where you executed this command: >> gcc -save-temps -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g -O2 -pthread >> -Werror=impl

Re: Help with compiling

2013-04-08 Thread Andreas Mohr
Hi, On Mon, Apr 08, 2013 at 11:04:17AM -0400, Maureen Barger wrote: > This is very thorough and I thank you, but I am not finding anything > like that in the subversion dir tree. > Daniel, I am also not finding 'You could look for a '#define > AP_HAVE_C99 1' line in files that > http_log.h include

Re: Help with compiling

2013-04-08 Thread Maureen Barger
Did this, not finding a authz.i file (searched entire disk). On Mon, Apr 8, 2013 at 11:44 AM, Philip Martin wrote: > Maureen Barger writes: > >> libtool: compile: gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g >> -O2 -pthread -Werror=implicit-function-declaration >> -I/etc/apache2/include -

Re: Help with compiling

2013-04-08 Thread Philip Martin
Maureen Barger writes: > libtool: compile: gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g > -O2 -pthread -Werror=implicit-function-declaration > -I/etc/apache2/include -I./subversion/include -I./subversion > -I/etc/apache2/include -I/etc/apache2/include > -I/usr/local/serf/include/serf-0 > -

Re: Help with compiling

2013-04-08 Thread Maureen Barger
I read it as those lines would be in the source, not that I should run them. (blush) I removed authz.lo and ran make with verbose flag. Here is the output: [root@svn64 subversion-1.7.9]# /bin/sh /home/scm/subversion-1.7.9/libtool --tag=CC --verbose --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_

Re: Help with compiling

2013-04-08 Thread Philip Martin
Maureen Barger writes: > This is very thorough and I thank you, but I am not finding anything > like that in the subversion dir tree. I don't understand this. Are you building on Unix/Linux? If you go to the directory where you compiled Subversion and run: >> $ rm subversion/mod_dav_svn/authz

Re: Help with compiling

2013-04-08 Thread Maureen Barger
This is very thorough and I thank you, but I am not finding anything like that in the subversion dir tree. Daniel, I am also not finding 'You could look for a '#define AP_HAVE_C99 1' line in files that http_log.h includes.' This is my first time compiling from scratch and I appreciate your patienc

Re: Help with compiling

2013-04-08 Thread Philip Martin
Maureen Barger writes: > Did svn's build use the right copy of http_log.h? > How do I check? If you look at the compile commad for one of the mod_dav_svn files you should see something like: $ rm subversion/mod_dav_svn/authz.lo $ make mod_dav_svn /bin/sh /home/pm/sw/subversion/obj-1.7/libtool -

Re: Help with compiling

2013-04-07 Thread Daniel Shahaf
Maureen Barger wrote on Sat, Apr 06, 2013 at 12:35:59 -0400: > On Sat, Apr 6, 2013 at 12:31 PM, Daniel Shahaf > wrote: > > Is AP_HAVE_C99 defined? > How do I check? > You could look for a '#define AP_HAVE_C99 1' line in files that http_log.h includes. > > Did svn's build use the right copy of

Re: Help with compiling

2013-04-06 Thread Maureen Barger
On Sat, Apr 6, 2013 at 12:31 PM, Daniel Shahaf wrote: > Looking a bit deeper, ap_log_error is implemented as a macro, so > mod_dav_svn shouldn't be looking it up as a symbol. > > https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.4/include/http_log.h > > I'm not quite sure why that would be ha

Re: Help with compiling

2013-04-06 Thread Daniel Shahaf
Maureen Barger wrote on Sat, Apr 06, 2013 at 08:17:17 -0400: > I am compiling Apache 2.4 and SVN 1.7 for the first time. I am getting > the following error: > ./apachectl configtest > httpd: Syntax error on line 147 of /etc/apache2/conf/httpd.conf: > Cannot load modules/mod_dav_svn.so into server:

Re: Help with compiling

2013-04-06 Thread Maureen Barger
SVN 1.7.9 Apache 2.4.4 Apr 1.4.6 Apr-util 1.4.1 Centos x64 6.2 On Sat, Apr 6, 2013 at 11:02 AM, Daniel Shahaf wrote: > 1.7.x for what x? (while at it, 2.4.y for what y?) > > You need x≥5 (and x≥6 to run tests), see our CHANGES file. > > > Maureen Barger wrote on Sat, Apr 06, 2013 at 08:17:17 -

Re: Help with compiling

2013-04-06 Thread Daniel Shahaf
1.7.x for what x? (while at it, 2.4.y for what y?) You need x≥5 (and x≥6 to run tests), see our CHANGES file. Maureen Barger wrote on Sat, Apr 06, 2013 at 08:17:17 -0400: > I am compiling Apache 2.4 and SVN 1.7 for the first time. I am getting > the following error: > ./apachectl configtest > h

Help with compiling

2013-04-06 Thread Maureen Barger
I am compiling Apache 2.4 and SVN 1.7 for the first time. I am getting the following error: ./apachectl configtest httpd: Syntax error on line 147 of /etc/apache2/conf/httpd.conf: Cannot load modules/mod_dav_svn.so into server: /etc/apache2/modules/mod_dav_svn.so: undefined symbol: ap_log_error I