砍敺 IT_man 2015-10-31 15:34 蝺刻摩
' J/ A* G9 t4 [9 k% N2 Y7 }# ]6 \; x
9 v+ g( l" u; P- CWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found$ X1 ^6 B9 M# b$ G, y
4 b4 ^9 F$ C0 j# H
You need to install "PCRE with JIT support"
7 T. ^6 Q( u& J6 r1 n# pEnter the following commands for PCRE JIT installation:3 y, s u, R6 E/ g9 S- ~! c1 [
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
4 x2 x/ m8 s7 L6 G - tar -xzvf pcre-8.20-RC1.tar.gz) N6 F, ~0 ]+ J, @( t( i- u# L4 X! I
- cd pcre-8.20-RC1% }: E. Z" K9 b0 F
- ./configure --enable-jit
銴鋆賭誨蝣
# _5 j) N- a- R* pMake sure you see that JIT compiling support is enabled, see example:' d9 T1 O7 l7 n! r8 V3 w2 P+ e
8 r' \4 p) n3 o( j# _: V) E
: {4 h3 P N# S* r. M0 [. n7 u7 l
make- V7 A- @9 F8 ]+ f. N4 T% R' l
make install
4 g8 P I+ E) v6 J
( D" @* A& j2 m6 m3 lP.S . c: v6 w3 M: X0 w
if no c++ or gcc (C compiler) then$ k3 w8 ?! v) l% m2 F
check if have c++ or gcc ==>% Y- s: e2 b1 Z' H) f- _
gcc -v
8 u" [9 d! u+ D t, Wg++ -v' p- X, @% ^* L6 R' V& Z* e! x
c++ -v: w, i. ^& d7 z, g( Z
if no ==> install M, J: g6 [' r1 @% S: g" }& I
yum install gcc-c++
1 Y; r4 L! i* u5 x; u* g# i' Q* _) N; ^& C
3 z' A7 x0 X; P/ F* t f- c
: G" k5 Y$ Y7 N( q' q |
|