砍敺 IT_man 2015-10-31 15:34 蝺刻摩
0 l/ a8 E% ~$ m9 E. }% } O, c; w2 n. d+ W
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
8 |9 D2 A$ w: x0 t" W& R S* U7 ~+ C
You need to install "PCRE with JIT support"/ b- a0 _4 S' D4 ~3 Z
Enter the following commands for PCRE JIT installation:
8 e& i0 `$ P8 H# s- [4 P) l- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz9 {7 U& T/ g1 ~/ S2 g9 ^ o) h
- tar -xzvf pcre-8.20-RC1.tar.gz
: v+ {9 x2 @3 {/ Q" j - cd pcre-8.20-RC1
. I$ L/ U; X6 c; L* R - ./configure --enable-jit
銴鋆賭誨蝣 4 K/ Y: p% B3 s
Make sure you see that JIT compiling support is enabled, see example:9 l4 r% m+ |3 W, F
![]()
5 w" J& Q j$ W u! X
+ q* x9 e* n& \# F X; l" }. Tmake
; K) E. f: n. Z' bmake install % X, f- y# g6 \. u( V8 f
& `7 P! M. q7 P
P.S
1 G* M6 Q7 J# R! @0 B, j% ~if no c++ or gcc (C compiler) then2 F; D- I/ {% p2 _6 D" ~
check if have c++ or gcc ==>
9 Z6 w b# ]3 O* R) ogcc -v. C+ S: Q6 \6 p" o8 z
g++ -v
9 O: c/ M+ P' O+ U0 j4 T0 g7 X8 Mc++ -v
( f6 p7 n4 G7 n. Yif no ==> install* ?. f6 z8 k; a; T0 Q
yum install gcc-c++
* b# [( F, M2 _
) m* M- U0 a6 Q8 I$ R( @
8 P7 _( o/ Q( Z& T6 i6 C+ J1 Q6 h+ Y6 W
|
|