砍敺 IT_man 2015-10-31 15:34 蝺刻摩 : T' `! z6 e" T3 n2 j. j* l
9 J/ Y% S* {. `9 f* R( ~7 @
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found6 g+ f# {( @: t
2 ~6 c! ^+ X( K, T
You need to install "PCRE with JIT support", w7 v* ]4 v/ w+ @- c0 @
Enter the following commands for PCRE JIT installation:
) Q/ Z/ a2 K+ V+ M! _7 q- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz; A* E0 n" G2 V5 o4 L: m9 |* Q2 i
- tar -xzvf pcre-8.20-RC1.tar.gz
) m" ~7 U: Q0 Z- n5 Q2 {- ^ - cd pcre-8.20-RC11 z- x, s: \$ P" k7 d
- ./configure --enable-jit
銴鋆賭誨蝣
* O* x3 I0 s/ B1 PMake sure you see that JIT compiling support is enabled, see example:/ V9 m: V4 O% \, Q Q3 t0 B0 a+ H
+ r: K" D2 p p- B+ `9 G
' t, r5 I2 _) E- \$ ?make- o* z+ |3 E5 @1 w' Y* s8 @( p0 p
make install
7 V8 k: z. D! M0 a8 {
1 @& l9 k5 l0 f* ?+ Z% ^7 s5 \- UP.S 4 K5 V" T- n2 I3 ?) Q0 V
if no c++ or gcc (C compiler) then. d. S( W7 A( T" |, J: h- T" }
check if have c++ or gcc ==>
/ C ]9 [/ H, S8 Zgcc -v" f$ g& [( X' l1 J. P5 \ P- B
g++ -v
0 y5 a3 w* k/ C" o1 t% d( ?1 |c++ -v2 M# }* w2 a) f$ u9 c" S
if no ==> install& ]7 R& C, W `2 T+ i
yum install gcc-c++
# v0 C. r0 P6 D6 M. U+ W! k+ n: J7 ]1 n; w( r
. \8 t& S; |+ ^: E* C8 {' n
) ~2 O2 u. r/ J" g0 G( q0 D( X+ Q6 Q |
|