Re: Trunk errors

2020-05-11 Thread Steffen
I open a new thread, the build errors reported here are solved. Steffen On Sunday 10/05/2020 at 15:41, Steffen wrote: Running trunk : cannot start. First with generated httpd conf: [ssl:warn] [pid 1836:tid 636] AH10235: SSLRandomSeed is deprecated and has no effect with OpenSSL

Re: Trunk errors

2020-05-10 Thread Steffen
Running trunk : cannot start. First with generated httpd conf: [ssl:warn] [pid 1836:tid 636] AH10235: SSLRandomSeed is deprecated and has no effect with OpenSSL 1.1.1 and later [ssl:warn] [pid 1836:tid 636] AH10235: SSLRandomSeed is deprecated and has no effect with OpenSSL 1.1.1 and later

Re: Trunk errors

2020-05-10 Thread Yann Ylavic
On Sun, May 10, 2020 at 2:28 PM Steffen wrote: > > Builds now, Thanks! Thanks for testing, committed in r1877548.

Re: Trunk errors

2020-05-10 Thread Steffen
Builds now, Thanks! On Sunday 10/05/2020 at 14:17, Yann Ylavic wrote: On Sun, May 10, 2020 at 1:30 PM Steffen wrote: Errors, what I did: copied server/core.h to /include You don't need this, my patch missed removing #include "core.h" from "modules/ssl/ssl_engine_io.c", just do that.

Re: Trunk errors

2020-05-10 Thread Yann Ylavic
On Sun, May 10, 2020 at 2:16 PM Yann Ylavic wrote: > > On Sun, May 10, 2020 at 1:30 PM Steffen wrote: > > > > Errors, > > > > what I did: copied server/core.h to /include > > You don't need this, my patch missed removing #include "core.h" from > "modules/ssl/ssl_engine_io.c", just do that. And

Re: Trunk errors

2020-05-10 Thread Yann Ylavic
On Sun, May 10, 2020 at 1:30 PM Steffen wrote: > > Errors, > > what I did: copied server/core.h to /include You don't need this, my patch missed removing #include "core.h" from "modules/ssl/ssl_engine_io.c", just do that. Cheers, Yann.

Re: Trunk errors

2020-05-10 Thread Steffen
Errors, what I did: copied server/core.h to /include Get: C:\VC16\Win32\httpd-trunk\include\core.h(44,6): error C2373: 'ap_filter_adopt_brigade': redefinition; different type modifiers C:\VC16\Win32\httpd-trunk\include\util_filter.h(631): message : see declaration of

Re: Trunk errors

2020-05-10 Thread Yann Ylavic
On Sat, May 9, 2020 at 5:30 PM Steffen wrote: > > Patch gives errors, but was given me the direction, Thanks! > > htdbm and htpasswd got it running !! > > > by adding in support/passwd_common.h : > > #if !defined(WIN32) && !defined(NETWARE) > #include "ap_config_auto.h" > #endif > > Your patch

Re: Trunk errors

2020-05-09 Thread Steffen
Patch gives errors, but was given me the direction, Thanks! htdbm and htpasswd got it running !! by adding in support/passwd_common.h : #if !defined(WIN32) && !defined(NETWARE) #include "ap_config_auto.h" #endif Your patch not used it is giving other errors, for example ab is not

Re: Trunk errors

2020-05-09 Thread Yann Ylavic
On Sat, May 9, 2020 at 1:10 AM Gregg Smith wrote: > > > htdbm and htpasswd : > > support\passwd_common.h(31,10): fatal error C1083: Cannot open include > > file: 'ap_config_auto.h': No such file or directory. > > > This gives me a deja vu feeling with what stopped mod_ssl from building > in

Re: Trunk errors

2020-05-09 Thread Steffen
Forget mod_ssl error below for now. The first error is: ssl\ssl_engine_io.c(33,10): fatal error C1083: Cannot open include file: 'core.h' When I copy core.h to mod_ssl dir, then I get below error. Tried also link with libhttpd.lib, no go. So first solve the core.h error. On Saturday

Re: Trunk errors

2020-05-08 Thread Gregg Smith
Hi Steffen, Assuming your building in the IDE as I know to be your usual; On 5/8/2020 4:59 AM, Steffen wrote: Tried revision 1877505. libhttpd : miss in trunk modules\http\http_etag.c. Moved the one from Branches to include, libhttpd builds then, is that ok ? Yes to get it to build for

Re: Trunk errors for proxy

2014-09-11 Thread Jim Jagielski
Nevermind... local build issue. On Sep 11, 2014, at 2:01 PM, Jim Jagielski j...@jagunet.com wrote: Anyone else seeing the test framework erroring out on mod_proxy* tests on trunk? t/modules/proxy.t ... 7/17 # Failed test 16 in t/modules/proxy.t at line 74 # Failed test 17