砍敺 IT_man 2015-10-31 15:34 蝺刻摩 D6 a- h6 d) P; N* I; M* H* k
/ l1 C' u) l! @% d0 |When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found* k+ X5 G8 n; _3 j7 f) o
! L5 ]1 V$ A$ M R4 @) O4 GYou need to install "PCRE with JIT support"
6 i- G3 L8 \( }- d3 T/ QEnter the following commands for PCRE JIT installation:
; M7 _# h& w' ?- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
, {) T8 H g" s* z+ Y - tar -xzvf pcre-8.20-RC1.tar.gz
5 q u! s8 p8 j8 I/ t( f7 ` - cd pcre-8.20-RC1
& s: _9 X- d; @2 q) W7 x - ./configure --enable-jit
銴鋆賭誨蝣
! K" }8 R" e% N- v6 z( o9 yMake sure you see that JIT compiling support is enabled, see example:
& U2 b, W& x6 C8 ^% S 5 A( y3 s2 d- e
, d5 b5 @8 ^" h
make" V' f, [& `6 H2 e: O7 R. E, p
make install
5 k# U4 G; f$ [8 G+ O) V. q2 Y* Z& ^3 O2 e
P.S ! U% q/ ?' J7 ?, m) b
if no c++ or gcc (C compiler) then8 o( r- b G- F( Q
check if have c++ or gcc ==>
+ U+ d9 D L6 F! ]/ {gcc -v( f8 V, ]) d$ s7 r: a
g++ -v
) N [5 C% h: j; r( q3 r1 wc++ -v
& S5 b' T" B- k$ vif no ==> install
- w2 H" A4 j1 |8 ^yum install gcc-c++
2 S, r$ `# h0 y( C0 L! V! j4 Y! R
& w4 n' @/ D) w2 V9 m/ S0 x
# `$ _1 U/ \: p% s' n5 B2 i. ?. H% M
|
|