本帖最後由 IT_man 於 2015-10-31 15:34 編輯
, l; j' b m F2 H, N- O" ]/ \8 ~$ `4 f. J+ P" Q0 x0 a
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
1 |6 J; v9 D2 l, M7 M; E& U/ G( ^: d
You need to install "PCRE with JIT support" l+ x1 l6 {' t4 ]6 K( Y9 V: F" q/ P
Enter the following commands for PCRE JIT installation:
4 a: h/ N) e3 @+ \7 ^# Q" t- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
( p2 I7 r$ b! j: r# i - tar -xzvf pcre-8.20-RC1.tar.gz
/ a. J; r- m6 T5 G8 \4 ] - cd pcre-8.20-RC1
) r) \6 e" j8 C$ R8 x* U6 c/ B - ./configure --enable-jit
複製代碼 # O6 u2 E: _/ F; Z1 d( o+ F+ y
Make sure you see that JIT compiling support is enabled, see example:6 i) a0 `+ t$ s9 a
% C8 h1 Q+ E/ p/ S! C. Q
' W- j- d) i7 V6 V4 }+ ymake% Y S0 y& h7 \5 S# ^! N/ Y1 r2 p; A
make install
: X! ]0 |- j2 J! b$ l" c8 U" x! K: ~
P.S
- i& W2 k$ ~& X# G' u8 H5 eif no c++ or gcc (C compiler) then0 d' D% {( T: w- D5 N
check if have c++ or gcc ==>
% h5 N! Q' Q- L9 X. {3 ggcc -v
% {3 L5 H" ]0 v/ S" @# o2 Yg++ -v
0 Z4 C% R' j( ~5 Q& hc++ -v
# P& q6 g7 f. v, Cif no ==> install
( A- a2 `9 ^ F# _yum install gcc-c++9 j2 K% } x. H/ f M
7 E' M: O& g2 L5 P
. U; f3 t4 ^8 T/ N, z, O5 Z
! D6 A8 f% p! C0 r' q- d2 J9 a |
|