Bug 61500 (Certificate, Transparency) - unable to compile mod_ssl_ct using CMAKE and win32
Summary: unable to compile mod_ssl_ct using CMAKE and win32
Status: NEW
Alias: Certificate, Transparency
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.5-HEAD
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-07 00:39 UTC by corporatecomputingsolutions
Modified: 2017-09-18 23:34 UTC (History)
0 users



Attachments
screen shots with more detail (351.51 KB, application/x-zip-compressed)
2017-09-07 00:39 UTC, corporatecomputingsolutions
Details

Note You need to log in before you can comment on or make changes to this bug.
Description corporatecomputingsolutions 2017-09-07 00:39:38 UTC
Created attachment 35303 [details]
screen shots with more detail

See attachment.  Problem showing up in one line of code in the latest version of mod_ssl_ct.c

Compiling via CMAKE works if I first comment line 1120 in the mod_ssl_ct.c file.  But Apache httpd will not work with it since it seems to be a required line of code under win32.

The offending line 1120 is...

rv = apr_thread_create(&daemon_thread, NULL, sct_daemon_thread, s_main, pconf);

The error code is C2440