砍敺 IT_man 2015-10-31 15:34 蝺刻摩
4 m5 M G/ e+ M4 H! G! N
# }3 R+ v& w$ FWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found: q4 W6 u% K/ N' V, S X8 C, T
+ l- o4 G. u9 g9 g3 `You need to install "PCRE with JIT support"6 s5 \+ A0 r# i( o
Enter the following commands for PCRE JIT installation:
/ a6 D! N6 C- y* ?5 D' M M2 h+ E- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz9 g" _- @) r$ [
- tar -xzvf pcre-8.20-RC1.tar.gz
; L) D R5 G0 x% C; h- _9 N - cd pcre-8.20-RC1
% f: X: a# G/ Q- M/ a, N - ./configure --enable-jit
銴鋆賭誨蝣 % G: p) U9 m# i( o% \* T
Make sure you see that JIT compiling support is enabled, see example:
8 y" J! P/ I5 h 3 L- c4 Y3 d) Y
z0 ?9 e4 K3 G/ {- Kmake
( b( n7 C; U8 e& M4 @4 f4 {make install
: O$ g% h8 H# q' v! g' G! U1 x9 b
P.S
V2 L/ m! i9 s' ^. W$ G# T8 Yif no c++ or gcc (C compiler) then
! v; D8 G8 k; _9 E! ?: Ccheck if have c++ or gcc ==>2 c! q8 m; u" V9 l# d
gcc -v
2 p8 c% S2 X" r7 s- Fg++ -v
' Z+ {! W- T9 R% r% n# e4 _" U: hc++ -v8 C& Q: j3 {; |0 Z# D
if no ==> install& z, z4 \8 }* C3 |; f1 O _8 I' |% r
yum install gcc-c++5 L5 O" b) W Z; o
4 X5 A0 J, y# |% \; H: U# N5 B; r. y+ {6 O* q* V
1 H" n T) T/ o- S2 M+ s |
|