DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43523>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43523 ------- Additional Comments From [EMAIL PROTECTED] 2007-10-02 12:39 ------- Yes, svn works standalone but without webdav. Apache works - I get 'It works :-). PHP with Apache I not tested yet, but I think it would be work. I try it do describe exactly what I have doing: Installed on Windows 2000Prof SP4 HUN - svn 1.4.5 2007.Sep.06 - Apache 2.2.6 2007.Sep.29 22:17 - php 4.2.4 2007.Sep.29 23:02 relevant lines in httpd.conf: 1.) LoadModule dav_module modules/mod_dav.so 2.) LoadModule dav_fs_module modules/mod_dav_fs.so ... 3.) LoadModule dav_svn_module modules/mod_dav_svn.so 4.) LoadModule authz_svn_module modules/mod_authz_svn.so #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL 5.) LoadModule php5_module "D:/DEWEB/php/php5apache2_2.dll" 6.) PHPIniDir "D:/DEWEB/php/" #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL Files: mod_dav_svn.so mod_authz_svn.so copied from svn directory to modules directory of apache File: libdb44 copied from svn directory to bin directory of apache Start apache firstly result error: httpd.exe: Syntax error on line 115 of D:/DEWEB/apache/conf/httpd.conf: AP le structure 'dav_svn_module' in file D:/DEWEB/apache/modules/mod_dav_svn. garbled - expected signature 41503232 but saw 41503230 - perhaps this is n Apache module DSO, or was compiled for a different Apache version? Note the errors or messages above, and press the <ESC> key to exit. 20... After hex patched signature in one of .so files 41503230 -> 41503232 error: httpd.exe: Syntax error on line 115 of D:/DEWEB/apache/conf/httpd.conf: Module C:\\Projects\\subversion-1.4.5\\subversion\\mod_dav_svn\\mod_dav_svn.c" is not ompatible with this version of Apache (found 20020903, need 20051115). Please ntact the vendor for the correct version. Note the errors or messages above, and press the <ESC> key to exit. 2....14.. Comment out lines marked as 3.) and 4.) in httpd.conf result 2 times error: libdb34.dll not found click 2 times Ok than apache starts Rename libdb44.dll to libdb43.dll in D:\DEWEB\apache\bin apache stop and start again reports no more error. Apache with php starts but without webdav :-( Thats all what I know. I can't build the right .so files for svn under Windows :'-( -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
