砍敺 IT_man 2015-10-31 15:34 蝺刻摩 . E4 r( M$ Y, J8 s( V% r
2 d6 v3 r: w2 e7 S+ g
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found% j5 d8 K! ?! z7 a
! v% v: o8 ]- X, W
You need to install "PCRE with JIT support"
' b% z; [$ y) v0 }; `. D# F$ J1 IEnter the following commands for PCRE JIT installation:
. z: V/ r( a2 \- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz) ^8 R3 ]/ i) R$ k. t _. h! J! g& ]8 E
- tar -xzvf pcre-8.20-RC1.tar.gz
+ G- p! }5 h7 P( ^ - cd pcre-8.20-RC1
5 \0 u9 x# h: E' v$ e. Y - ./configure --enable-jit
銴鋆賭誨蝣 " [ v6 K' ~+ m4 f7 G2 }
Make sure you see that JIT compiling support is enabled, see example:3 v( ^) i! X* K0 v) Y* J
+ p2 W2 J- y0 |* m, [1 n7 p
) K" O q9 y2 s1 q) n% imake
9 y9 `' E" c! C8 G, c1 M* omake install " I8 E0 h2 A: r1 }0 d
$ g1 X, W6 a2 J# eP.S $ S# s/ Z4 Z0 M7 k4 K: B
if no c++ or gcc (C compiler) then
" T/ u( P% [0 l! n2 Z4 z9 Wcheck if have c++ or gcc ==>
% A# O$ n G+ xgcc -v! V* v0 j( S1 U, R" \( A
g++ -v
1 |/ A2 j: ^3 j) k5 j/ P& _c++ -v& y' D: r% Y# x$ T
if no ==> install
, C/ `7 V: q, B* k% ]yum install gcc-c++
, f! D) B s* k
3 v' [7 \& `/ ^* R* }, W
+ P7 ~; B! d6 i0 f
( J% v R$ @9 w) k |
|