Re: [mod-security-users] Compiling modsecurity with yajl
Brought to you by:
victorhora,
zimmerletw
|
From: Germán C. <gch...@gm...> - 2019-02-05 18:25:32
|
Hello, I managed to get it to work downloading ModSecurity's source again and compiling it from scratch. Thanks for your help! On Tue, Feb 5, 2019 at 2:25 PM Felipe Costa <FC...@tr...> wrote: > Hi German, > > > Are you sure that the mod_security2.so is the most recent compiled one? > Did you manage to start this compilation process in a clean environment? > > > Br., > > *Felipe "Zimmerle" Costa* > > Security Researcher, Lead Developer ModSecurity > > m: +55 81.98706.5547 > > > > [image: signature_480191669] > > *www.trustwave.com <http://www.trustwave.com/>* > > > > *Recognized by industry analysts as a leader in managed security services. > <https://www.trustwave.com/company/about-us/accolades/>* > > ------------------------------ > *From:* Germán Chialli <gch...@gm...> > *Sent:* Thursday, January 31, 2019 2:42:48 PM > *To:* mod...@li... > *Subject:* [mod-security-users] Compiling modsecurity with yajl > > Hi all, > > I'm trying to get the JSON parser to work with modsecurity 2.9.2 with > Apache HTTPD. I have followed instructions from this link: > > https://gist.github.com/rpfilomeno/1140359f4bd360137a98#file-modsecurity-installation-owasp-crs-for-centos-6-5-L22 > <https://scanmail.trustwave.com/?c=4062&d=mqbT3OoFvcK9m4kp3T8f4ZtXViQ38OQ-NzM6ieGW4A&s=5&u=https%3a%2f%2fgist%2egithub%2ecom%2frpfilomeno%2f1140359f4bd360137a98%23file-modsecurity-installation-owasp-crs-for-centos-6-5-L22> > > I can see that yajl is found when I run the configure script. I see the > following in the config.log: > $ cat config.log | grep yajl > $ ./configure --with-yajl=/usr/local/lib /usr/local > configure:15950: checking for libyajl config script > configure:16071: using yajl v2.1.1 > YAJL_CFLAGS='-DWITH_YAJL -I/usr/local/include/yajl ' > YAJL_LDADD='-lyajl ' > YAJL_LIBS='-lyajl ' > > However after restarting apache, I still see the JSON support nor enabled > error. Also, ldd mod_security2.so > <http://scanmail.trustwave.com/?c=4062&d=mqbT3OoFvcK9m4kp3T8f4ZtXViQ38OQ-N2Y91bSQ5A&s=5&u=http%3a%2f%2fmod%5fsecurity2%2eso> > doesn't show yajl. > > What am I missing? > > Thanks in advance, > Germán > > _______________________________________________ > mod-security-users mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ > |