tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯 ' ?2 l' b4 U# E! ]: {* B
, a% c) e2 }) d5 zWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found M3 P( w1 O6 v% Z/ r
( T$ ^* }2 w, J$ @ n: `- _& O' h* @
You need to install "PCRE with JIT support"
) e% P- S- {5 I" n5 H) R( rEnter the following commands for PCRE JIT installation:
0 y3 T* }/ B9 r" r, o/ O- `- t- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
7 a- R3 Q2 S! }. L' R2 H, L, r - tar -xzvf pcre-8.20-RC1.tar.gz% @4 j4 h! w, G
- cd pcre-8.20-RC1/ \+ Y; l2 e* V# u; @0 ]- k
- ./configure --enable-jit
複製代碼
, M2 u3 L9 x/ ]9 s3 WMake sure you see that JIT compiling support is enabled, see example:
& v0 L1 s8 s4 X& S
( F1 o4 E; p& z* E9 a# }* t9 d' y+ m9 ~9 ^
make: H/ \* z9 t* ]8 f+ x: _( J( i
make install 9 L& O& s+ Q- g/ g9 [6 y/ F
4 ~& R% k- ?( r( k$ P( N. H9 ~
P.S ) D. t+ {* L) l& x
if no c++ or gcc (C compiler) then8 ]1 ^1 S0 @3 n2 Y1 p ]
check if have c++ or gcc ==>
8 v3 @. O4 K% l' |0 s# L4 Ygcc -v
" U& M) H1 G1 |+ Yg++ -v% \+ c# D# U3 s! v/ D- c7 y
c++ -v
9 e6 B* P+ F6 W! ^9 lif no ==> install5 S& O( |5 _- G2 F' F) D& c
yum install gcc-c++
D4 |# ^ |6 e+ F
' \* |# E: _ V6 Z5 {4 f* j1 D, Q& h9 X+ r- t: B* K
: p8 y4 g' T% u, E% H1 [ |