Apache fails to start when Xerces library is used in a C++ module

2013-03-31 Thread Sindhi Sindhi
Hello, I have written a C++ module to invoke the Xerces C++ XML library to parse a XML file. I'm unable to start httpd.exe with these changes. Here are the details - a) Apache server version: httpd-2.4.4-win64 b) Xerces version: xerces-c-3.1.1-x86_64-windows-vc-10.0 c) Development envt: Visual

Re: Apache fails to start when Xerces library is used in a C++ module

2013-03-31 Thread Sindhi Sindhi
Hello Sorin, Thanks for your reply. I tried the below two - 1. I had earlier downloaded Xerces from http://xml.apache.org/dist/xerces-c/3/binaries/xerces-c-3.1.1-x86_64-windows-vc-10.0.zip It had xerces-c_3.lib and xerces-c_static_3.lib. The file names indicated that these are 64-bit binaries.

Re: Apache fails to start when Xerces library is used in a C++ module

2013-03-31 Thread Rainer Jung
On 31.03.2013 13:09, Sindhi Sindhi wrote: Hello Sorin, Thanks for your reply. I tried the below two - 1. I had earlier downloaded Xerces from http://xml.apache.org/dist/xerces-c/3/binaries/xerces-c-3.1.1-x86_64-windows-vc-10.0.zip It had xerces-c_3.lib and xerces-c_static_3.lib. The

Re: svn commit: r1463045 - /httpd/httpd/trunk/modules/aaa/mod_auth_digest.c

2013-03-31 Thread Marion Christophe JAILLET
Hi, they are 3 similar constructions in server/log.c CJ Le 31/03/2013 22:13, s...@apache.org a écrit : Author: sf Date: Sun Mar 31 20:13:48 2013 New Revision: 1463045 URL: http://svn.apache.org/r1463045 Log: ap_log_error already logs the error string, no need to log it twice Modified:

Re: svn commit: r1463049 - /httpd/httpd/trunk/modules/aaa/mod_auth_digest.c

2013-03-31 Thread Marion Christophe JAILLET
Hi, doc also has to be clean the same way. CJ Le 31/03/2013 22:38, s...@apache.org a écrit : Author: sf Date: Sun Mar 31 20:38:17 2013 New Revision: 1463049 URL: http://svn.apache.org/r1463049 Log: Remove partial non-working implementation of MD5-sess and qop=auth-int. If anyone wants to

Re: svn commit: r1463049 - /httpd/httpd/trunk/modules/aaa/mod_auth_digest.c

2013-03-31 Thread Stefan Fritsch
On Sunday 31 March 2013, Marion Christophe JAILLET wrote: doc also has to be clean the same way. The commit should not cause any user visible change. The relevant config directives errored out with 'not implemented' before the commit and still do. The doc needs some work in any case, though.

Re: svn commit: r1463045 - /httpd/httpd/trunk/modules/aaa/mod_auth_digest.c

2013-03-31 Thread Stefan Fritsch
On Sunday 31 March 2013, Marion Christophe JAILLET wrote: they are 3 similar constructions in server/log.c Thanks. Fixed Le 31/03/2013 22:13, s...@apache.org a écrit : Author: sf Date: Sun Mar 31 20:13:48 2013 New Revision: 1463045 URL: http://svn.apache.org/r1463045 Log: