You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/02/15 13:47:49 UTC

[Bug 60736] New: httpd-2.4.25 - build - mod_socache_memcache - mod_socache_memcache.c(38) : fatal error C1083: Cannot open include file: 'mod_status.h': No such file or directory

https://bz.apache.org/bugzilla/show_bug.cgi?id=60736

            Bug ID: 60736
           Summary: httpd-2.4.25 - build - mod_socache_memcache -
                    mod_socache_memcache.c(38) : fatal error C1083: Cannot
                    open include file: 'mod_status.h': No such file or
                    directory
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_socache_(dbm|dc|memcache|shmcb)
          Assignee: bugs@httpd.apache.org
          Reporter: alena.tuzhilova@mail.ru
  Target Milestone: ---

Failed to build Apache httpd-2.4.25 on Windows.
This issue did not appear on 2.4.23, 2.4.21 or 2.2.31.

The build process and build commands are the same.
The last command was:
nmake /f Makefile.win SERVERNAME="localhost" PORT=80 installr
INSTDIR="C:\Apache2.4" 


The error:

mod_socache_memcache.c(38) : fatal error C1083: Cannot open include file:
'mod_status.h': No such file or directory 
NMAKE : fatal error U1077: '"<C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\BIN\cl.exe>"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"<C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\BIN\nmake.exe>"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"<C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\BIN\nmake.exe>"' : return code '0x2'
Stop. 


The issue has gone after mod_socache_memcache.c was modified and
the absolute path was specified for mod_status.h:

#ifdef HAVE_APU_MEMCACHE

#include "ap_socache.h"
#include "ap_mpm.h"
#include "http_log.h"
#include "apr_memcache.h"
#include "apr_strings.h"
#include "C:\build-apache2.4\httpd-2.4.25\modules\generators\mod_status.h"

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 60736] httpd-2.4.25 - build - mod_socache_memcache - mod_socache_memcache.c(38) : fatal error C1083: Cannot open include file: 'mod_status.h': No such file or directory

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60736

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|mod_socache_(dbm|dc|memcach |Build
                   |e|shmcb)                    |

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org