| View previous topic :: View next topic |
| Author |
Message |
thorbytes
Joined: 23 Jan 2006 Posts: 10
|
Posted: Mon Jan 23, 2006 6:57 am Post subject: Apache 2.2.0 and Subversion 1.4 (was 1.3) |
|
|
I use Apache with Subversion-Integration on Windows over one year. I never had any problem if I updated one of them. But now with this updates I get the following error:
| Code: | Syntax error on line 143 of C:\apache\conf\httpd.conf: API module structure 'dav_svn_module' in file C:\apache\modules\mod_dav_svn.so is garbled - perhaps this is not an Apache module DSO?
Apache could not be started |
I use the precompiled packages of Subversion, and in the Buildnotes I can see that they where compiled with Apache 2.0.54, also I've seen that there where some changes in the Regex- and APR-API of Apache 2.2.0
Maybe this will be the reason, why the Subversion-modules don't work, because with Apache 2.0.54 Subversion 1.3 works fine?
Do you think it's a solution to compile Subversion by myself with Apache 2.2.0?
Or (this is what I assume) is it not possible, because the sourcecode of Subversion must be changed to the new Apache-API?
Last edited by thorbytes on Mon Sep 11, 2006 5:12 am; edited 2 times in total |
|
| Back to top |
|
gdmccarty
Joined: 12 May 2006 Posts: 1
|
Posted: Fri May 12, 2006 11:35 am Post subject: |
|
|
This is probably old news, but I had the same problem using Apache 2.2 and SubVersion 1.3 on Windows Server 2000.
Installed Apache 2.0, and all works. |
|
| Back to top |
|
krishnasathi
Joined: 23 May 2006 Posts: 1
|
Posted: Tue May 23, 2006 9:43 am Post subject: apache2.2 with SUBVERSION |
|
|
I am also having the same problem...
I am trying to configure subversion on Apache2.2 but was getting message: "mod_dav_svn.so is garbled -perhaps this is not an Apache module DSO"
any luck on this?
Thanks,
Krishna |
|
| Back to top |
|
marscha
Joined: 08 Apr 2005 Posts: 1
|
Posted: Mon May 29, 2006 5:05 am Post subject: |
|
|
The mod_dav_svn.so provided with the Windows binaries works only with Apache 2.0, not 2.2
Does anybody have compiled mod_dav_svn.so to work with Apache 2.2?
Could she/he provide the binary? |
|
| Back to top |
|
george119
Joined: 09 Aug 2006 Posts: 1
|
Posted: Wed Aug 09, 2006 12:43 pm Post subject: |
|
|
I have a similar problem. I use apache2-2.0.49-27 and subversion-1.3.0-1
with suse sles9, but it doesn't works:
API module structure `dav_svn_module' in file /usr/lib/apache2/mod_dav_svn.so is garbled - perhaps this is not an Apache module DSO?
I really don't want to compile from source anything, just use rpm-s, if it is possible... |
|
| Back to top |
|
thorbytes
Joined: 23 Jan 2006 Posts: 10
|
Posted: Mon Sep 11, 2006 5:11 am Post subject: |
|
|
| Yesterday the new Subversion 1.4 was released and also the binaries. Has anyone tried out, if it is now compatible with Apache 2.2? |
|
| Back to top |
|
tameruk
Joined: 15 Sep 2006 Posts: 1
|
Posted: Fri Sep 15, 2006 10:51 am Post subject: |
|
|
I just installed the new (1.4.0) version and i get the same problem
Running Apache 2.2.3, going back to Apache 2.0 as suggested.... |
|
| Back to top |
|
alzamabar
Joined: 19 Sep 2006 Posts: 13 Location: London
|
Posted: Tue Sep 19, 2006 1:51 pm Post subject: Got the same problem with Apache 2.2.3 and SVN 1.4 |
|
|
| I'm using pre-compiled binaries of both Apache and SVN. Is there a mod_dav_svn.so file that works? |
|
| Back to top |
|
thorbytes
Joined: 23 Jan 2006 Posts: 10
|
Posted: Wed Sep 20, 2006 3:43 am Post subject: Re: Got the same problem with Apache 2.2.3 and SVN 1.4 |
|
|
| alzamabar wrote: | | Is there a mod_dav_svn.so file that works? |
The precompiled binaries (for Windows) at tigris.org are compiled against Apache 2.0. As far as I know since SVN 1.4 it should also be possible to compile it against Apache 2.2. But I haven't found anything on the web and didn't have time to try it by myself.
If anyone has compiled it for Windows with Apache 2.2 please let me know. |
|
| Back to top |
|
Johnny5
Joined: 15 Oct 2006 Posts: 2
|
Posted: Sun Oct 15, 2006 3:59 am Post subject: Apache 2.2.0 and Subversion 1.4 (was 1.3) |
|
|
Same here everybody. Have everything working under WinXP. This is not good for such a good product! Wish someone could get ahead...
Someone said here : http://svn.haxx.se/users/archive-2006-09/0526.shtml
1.4 works just fine with apache 2.2, as long as you're not on windows.
If you're on windows it needs a patch to APR 1.x (which is what
apache 2.2 uses) in order to fix a bug that we happen to trip up, so
you'll have to either patch your version of APR or use apache 2.0.
-garrett
What does he mean by APR 1.x?
 |
|
| Back to top |
|
mike5

Joined: 10 Apr 2005 Posts: 573 Location: Slovenia
|
Posted: Sun Oct 15, 2006 2:50 pm Post subject: |
|
|
APR stands for Apache Portable Runtime, it's a set of libraries that the Apache server uses. Now AFAIK Apache 2.0 uses APR 0.9, and Apache 2.2 uses APR 1.x. The problem with that is not so much that the libraries aren't compatible Source-wise, but they are not compatible binary-wise.
On Linux that is not such a problem, because poeple usually build SVN from source, and if they have APR 1.x sources they can get Apache 2.2 compatible modules. But on Windows they provide precompiled modules, and they don't do both compiles - I guess moslty because the Windows maintainer has an Apache 2.0 build set-up and there would be to much work/bother/problems/would-need-another-machine to do them both.
And since there are precompiled binaries available for download, nobody in the user community found the time/motivation to build 2.2 binaries for everybody else, I guess.
Cheers, Mike5 _________________ Miha Vitorovic
Close the world, txEn eht nepO. |
|
| Back to top |
|
Johnny5
Joined: 15 Oct 2006 Posts: 2
|
|
| Back to top |
|
mike5

Joined: 10 Apr 2005 Posts: 573 Location: Slovenia
|
Posted: Mon Oct 16, 2006 3:10 am Post subject: |
|
|
SVN for Windows is always built using MS VS 6, so I guess you don't need the VS 2005 redistributable.
Other than that, the "instructions" for building SVN are inside the source, AFAIR in the Hacking document.
Cheers, Mike5 _________________ Miha Vitorovic
Close the world, txEn eht nepO. |
|
| Back to top |
|
ScotDiddle
Joined: 09 Mar 2006 Posts: 3 Location: Richmond VA
|
Posted: Fri Oct 20, 2006 3:06 pm Post subject: Apache 2.2.0 and Subversion 1.4 (was 1.3) |
|
|
Hi Folks, Google is your friend... I have Apache2.2 running under Win XP, and SVN 1.3... I found this page, complete with Compiled DAV files, and a Read.me file with instructions...
http://www.apachelounge.com/forum/viewtopic.php?t=824
pointing to this download:
http://www.tomdonovan.net/download/mod_dav_svn-1.3.2.x-w32.zip
I performed the download, followed the instructions (ICONV_PATH1, and reboot) and Viola' !!! SVN now works with Apache 2.2... HTH.
Scot L. Diddle, Richmond VA _________________ ...No Digital --- None of the Time... |
|
| Back to top |
|
alzamabar
Joined: 19 Sep 2006 Posts: 13 Location: London
|
Posted: Sat Oct 21, 2006 4:56 am Post subject: Re: Apache 2.2.0 and Subversion 1.4 (was 1.3) |
|
|
SVN 1.3 or SVN 1.4? Because the problem here is SVN 1.4 which doesn't work with Apache 2.2. _________________ Windows XP SP2
SVN 1.4
Apache 2.0.55
Java JDK 5.0 |
|
| Back to top |
|
|
View previous topic :: View next topic |