Re: [mod-security-users] compiling against PCRE
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-12-21 19:23:36
|
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. -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |