砍敺 IT_man 2015-10-31 15:34 蝺刻摩 3 H/ G/ z$ }7 Z: u/ G1 O8 n
9 }: }" R9 [/ { R" C; U
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
* w+ l* u* B: O# S- T5 X. u/ |/ W5 W, r) n. l' d& A
You need to install "PCRE with JIT support"
% ?! A2 R* {- l. LEnter the following commands for PCRE JIT installation:; ?6 @2 o8 S4 g- R
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
$ N+ j4 w6 r- ^9 h' z9 @ - tar -xzvf pcre-8.20-RC1.tar.gz
' r* ?& L6 S+ { - cd pcre-8.20-RC1 s6 E) k( L( |# u
- ./configure --enable-jit
銴鋆賭誨蝣
o% C; P, \4 U3 |2 NMake sure you see that JIT compiling support is enabled, see example:' o- L6 E/ x. I9 c) G
; y' s* u, A) a8 {% ^/ I/ P G$ X# f& @' z% a" ?( G
make: j' m& f2 X: s
make install
. ~) y' R8 U9 ?0 N5 V2 R9 l& I# B( s" n4 Z. A. _
P.S 4 s* _% a6 m2 R
if no c++ or gcc (C compiler) then
7 g% ~" ]7 _2 }' Ocheck if have c++ or gcc ==># {* l! ^: O; s. m
gcc -v
; I9 d1 y, v# P# \. p. pg++ -v, r% A B3 M7 I2 H) E! Z
c++ -v f8 h0 I# x+ J; I0 [) _; x1 A" ^; Q
if no ==> install5 I8 q* a. U2 N3 m# g6 {7 G
yum install gcc-c++
5 c6 V( i& s$ Y2 ?5 g) H7 X- f
8 \& ~, \* J9 p, X+ k# ?2 j. Y0 t$ e3 y: b( R. H, M2 m
: c* U( I* {3 Z I! L |
|