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

Then I commented out :
#SSLRandomSeed startup builtin
#SSLRandomSeed connect builtin

Then it did not start:


[core:error] [pid 2796:tid 864] (70023)This function has not been implemented on this platform: AH10231: httpd: Failed creating pid file C:/Apache2x/logs/httpd.pid.EnERCx

Here more work to be done after this VS16 Win64 is tested : VS16 Win64, VC15 Win32/Win64, VC14 Win32/64 and re-build all the third-party modules. And test Win7/10 - Server 2016/2019

Left building issues, with comments from Gregg:


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 ?
Gregg: Yes to get it to build for now. Question is why isn't it in trunk, modules/http like it is in branches or anywhere (quick look and I can't see it).


mod_cache :
#include "test_char.h" not found. Copied the generated server/test_char.h to /include, mod_cache builds then, is that ok ?
Gregg: Yes to get it to build for now. We may just need to change the location it's generated to, or just point to it's location in the build. If it's not a public header then we do the second option. I'll look at that.


Steffen



On Sunday 10/05/2020 at 14:36, Yann Ylavic  wrote:
On Sun, May 10, 2020 at 2:28 PM Steffen <i...@apachelounge.com> wrote:


Builds now, Thanks!

Thanks for testing, committed in r1877548.

Reply via email to