logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Getting errors while i tried building Mod_Security
Author
Menaka



Joined: 18 Jun 2013
Posts: 19
Location: India

PostPosted: Thu 27 Jun '13 9:54    Post subject: Getting errors while i tried building Mod_Security Reply with quote

When i tried building Mod Security using command:
NMAKE -f Makefile.win APACHE=C:\Apache2217 PCRE=C:\work\pcre-8.12 LIBXML2=C:\work\libxml2-2.7.7 LUA=C:\work\lua-5.1.4\src

Got the following as ouitput:

Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.

CL -MD -I. -I.. -IC:\work\pcre-8.12\include -IC:\work\pcre-8.12 -IC:\w
ork\libxml2-2.7.7\include -IC:\Apache2217\include -IC:\work\lua-5.1.4\src\inclu
de -IC:\work\lua-5.1.4\src /nologo /O2 /LD /W3 /wd4244 /wd4018 -DWIN32 -DWINNT -
Dinline=APR_INLINE -D -DWITH_LUA -c mod_security2.c -Fomod_security2.obj
mod_security2.c
mod_security2.c(17) : fatal error C1083: Cannot open include file: 'http_core.h'
: No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\CL.EXE"' : return code '0x2'Stop
.

Please note the lines in bold. Help me on these errors.
I am not able to resolve this issue
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 679

PostPosted: Thu 27 Jun '13 10:56    Post subject: Reply with quote

When you do not want the hassle of building, you can download a build from the download page here.

Why do you again (third) open a thread about mod_security ?
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 27 Jun '13 12:01    Post subject: Reply with quote

Does this directory actually exist?
C:\Apache2217\include

If so is httpd_core.h exist in the directory?
Back to top
Menaka



Joined: 18 Jun 2013
Posts: 19
Location: India

PostPosted: Thu 04 Jul '13 11:26    Post subject: Getting errors while i tried building Mod_Security Reply with quote

ya it is available in tht path.
Back to top


Reply to topic   Topic: Getting errors while i tried building Mod_Security View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules