砍敺 IT_man 2015-10-31 15:34 蝺刻摩 5 P- s) O4 a" |7 @
+ z2 ~2 C7 J/ M, i) SWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
0 v* \: C, Y& {' C. d7 f$ i
( Q) o! C/ x$ R( k& t3 |You need to install "PCRE with JIT support"
8 D4 }0 ]3 W1 \" N$ g5 }Enter the following commands for PCRE JIT installation:8 s. }( I9 T: f ~
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz; K! J. ]+ n3 h3 d) }
- tar -xzvf pcre-8.20-RC1.tar.gz/ L6 {1 |( T$ a3 W4 E' G
- cd pcre-8.20-RC16 y3 y9 g6 v1 _
- ./configure --enable-jit
銴鋆賭誨蝣
! v' J! }9 d7 E$ N$ `Make sure you see that JIT compiling support is enabled, see example:9 r# `$ W% l8 v: l9 e( N. y
![]()
% h. V/ t5 E9 l$ g: M) y5 r2 r: E, D! o
make
0 {* i+ t( e n' L/ D: H wmake install % `0 M. T Y/ d& C* q* z
- A/ Y3 D- `3 a( j/ B) L
P.S 2 {$ u4 }" ~' r2 Q! h2 d
if no c++ or gcc (C compiler) then+ m! _3 h i& g$ _( S! V, W# D7 A* x- ?
check if have c++ or gcc ==>
9 ]) K8 R- D# {5 [$ ?0 lgcc -v
) G* Y& } ~* H, x* R7 pg++ -v5 e) n, z/ e3 M0 Q/ B6 P+ L
c++ -v
1 N6 J) H+ w" b; a" Yif no ==> install1 V, n9 s: k0 @1 D9 n
yum install gcc-c++
1 z1 f$ t: a2 R+ w1 k' F- l- h6 l4 o
8 m3 v. ^% t# S( e( @! i' Q& |9 f1 T* Y* [: h. X9 L) A' X
|
|