Re: [mod-security-users] compiling against PCRE
Brought to you by:
victorhora,
zimmerletw
|
From: Justin G. <web...@sw...> - 2005-12-22 22:02:48
|
ok, my finding are not so good. load didn't go down drastically on a quite busy server loaded with quite a lot rules from gotroot. Trying to load gotroot's blacklist.conf immediatelly raised the load way above normal use and I had it off in 10 seconds. thanks, Justin Ivan Ristic wrote: > Justin Grindea wrote: > >>hmm, forgot to paste the output... >>here it is: > > > Try this first: > <apache1-home>/bin/apxs -DUSE_PCRE -cia mod_security.c > > If that works but you still need to use LoadFile > use: > > LoadFile /usr/lib/libpcre.so > > Otherwise just download the source from pcre.org > and install it exactly as described in the manual. > |