This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with subversion-apache2


The problem has to do with package
subversion-apache 2 1.6.12-2

My apache2 daemon crashes when I try to start it
after adding
LoadModule authz_svn_module lib/apache2/mod_authz_svn.so
to
/etc/apache2/httpd.conf

/var/log/apache2/error_log reports
7424725 [main] httpd2 1000 C:\cygwin\usr\sbin\httpd2.exe: *** fatal
error - unable to remap \\?\C:\cygwin\lib\apache2\mod_authz_svn.so to
same address as parent: 0xC70000 != 0xF10000

Looking in /lib/apache2/,
I noticed that every module has 3 types of files:
*.la, *.so, *.dll.a

However, only the following 2 files exist for mod_authz_svn
/lib/apache2/mod_authz_svn.la
/lib/apache2/mod_authz_svn.so
The missing file is
/lib/apache2/mod_authz_svn.dll.a

Looking at /lib/apache2/mod_authz_svn.la
I see that the
library_names='mod_authz_svn.so'

This does not seem right as library_names is usually assigned a .dll.a file name
i.e.
in mod_authz_user.la
library_names='mod_authz_user.dll.a'

Can anyone remedy this?
Thanks,
Dragos Toader

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]