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: Compiling yajl with mod security |
|
Author |
|
elav83
Joined: 10 Nov 2014 Posts: 17 Location: India
|
Posted: Wed 05 Apr '17 6:40 Post subject: Yajl compilation in windows |
|
|
Hello,
I'm getting error/warning while compiling Yajl in windows 7 x64 machine.
c:\mod_security_src\yajl\src\build>cmake ..
CMake Error at CMakeLists.txt:43 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.3)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
After compiling yajl how to link with mod security.
I'm using the following command for modsecurity compilation. Since curl is optional, I removed from the Makefile.win.
NMAKE -f Makefile.win APACHE=C:\Apache24 PCRE=C:\mod_security_src\pcre-8.40 LIBXML2=C:\mod_security_src\libxml2-2.9.4 LUA=C:\mod_security_src\lua-5.1.5\src install |
|
Back to top |
|
|
|
|
|
|