Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Getting errors while i tried building Mod_Security |
|
Author |
|
Menaka
Joined: 18 Jun 2013 Posts: 19 Location: India
|
Posted: Thu 27 Jun '13 9:54 Post subject: Getting errors while i tried building Mod_Security |
|
|
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: 692
|
Posted: Thu 27 Jun '13 10:56 Post subject: |
|
|
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
|
Posted: Thu 27 Jun '13 12:01 Post subject: |
|
|
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
|
Posted: Thu 04 Jul '13 11:26 Post subject: Getting errors while i tried building Mod_Security |
|
|
ya it is available in tht path. |
|
Back to top |
|
|
|
|
|
|