IT_man 發表於 2015-9-26 20:33:39

checking for PCRE JIT support ... not found

本帖最後由 IT_man 於 2015-10-31 15:34 編輯

When you compile(./configure ) for install component found error :checking for PCRE JIT support ... not found

You need to install "PCRE with JIT support"
Enter the following commands for PCRE JIT installation:
wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
tar -xzvf pcre-8.20-RC1.tar.gz
cd pcre-8.20-RC1
./configure --enable-jit
Make sure you see that JIT compiling support is enabled, see example:
https://redmine.openinfosecfoundation.org/attachments/download/639/PCRE-JIT.png

make
make install

P.S
if no c++ or gcc (C compiler)then
check if have c++ or gcc==>
gcc -v
g++ -v
c++ -v
if no ==> install
yum install gcc-c++



頁: [1]
查看完整版本: checking for PCRE JIT support ... not found