砍敺 IT_man 2015-10-31 15:34 蝺刻摩 ' C; }' C$ o( u+ d1 y
' N: P" C- r1 b2 s7 h4 xWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found$ T( X: L( U) O! D' [2 l5 Y
6 w+ u/ k$ F& s" C8 z
You need to install "PCRE with JIT support"' j- O% j; k7 K8 i; R# d
Enter the following commands for PCRE JIT installation: ]# Z) `! c& R/ K' @
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz X7 Y- n) G( a9 q
- tar -xzvf pcre-8.20-RC1.tar.gz
( c" y' Q9 o& ?4 B - cd pcre-8.20-RC13 R. O" `" x& U1 H8 x
- ./configure --enable-jit
銴鋆賭誨蝣 7 l& a0 Y ]# I" k3 a4 G
Make sure you see that JIT compiling support is enabled, see example:
! x# ?1 H6 F* G( y+ d# c5 ?" T+ w2 |% E4 p {
L% a# ^: ?& x6 z( |make( u, b' S2 D5 m* j# G) s
make install ! |; z. X% |- F
& J5 [. U0 S, g3 A; U! X
P.S
' t% P: e, ~9 y7 z1 }if no c++ or gcc (C compiler) then& @* G: `" k9 G7 N3 F; M/ H
check if have c++ or gcc ==>; m/ Y0 r! A8 c3 w
gcc -v
1 l1 M! }* h3 ?5 ]6 yg++ -v
; `8 `( Z4 x+ x( p& z, Rc++ -v
6 v! E+ G/ F1 T/ Bif no ==> install
2 }6 \% O+ G* _yum install gcc-c++
' X: V* c. ^! ?' w% S* p! A1 A9 H; ^' R
, Q6 k5 Q0 q% A3 V/ S& X8 x" E3 e; s4 _# W6 t9 Y- {8 |
|
|