mod_ntlm.c:835:42: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
mod_ntlm.c: In function 'initialize_module':
mod_ntlm.c:200:2: warning: ignoring return value of 'tmpnam', declared with attribute warn_unused_result [-Wunused-result]
tmpnam(ntlm_lock_name);
^
cc1: some warnings being treated as errors
apxs:Error: Command failed with rc=65536
.
Makefile:16: recipe for target 'mod_ntlm.so' failed
make: *** [mod_ntlm.so] Error 1
Hi,
can you help me with compiling this module on Ubuntu 16 or 18 with Apache 2.4 ?
I have this error: