砍敺 IT_man 2015-10-31 15:34 蝺刻摩 1 H/ q; i/ ~$ Q4 M$ o4 U& M
4 B! J# d' A( O8 A& y# S+ \When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found; M& B* ]1 R% U: ~2 S6 N1 b& Q) ?
# n5 V- l1 K: M( m, a! i
You need to install "PCRE with JIT support"% }" H+ x4 X# H6 N; P
Enter the following commands for PCRE JIT installation:2 o; ^( b% o" O: w7 X& m
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz! b3 t$ H7 |1 S* Y$ {$ O( g6 i
- tar -xzvf pcre-8.20-RC1.tar.gz
$ O4 B2 T2 c5 x$ l" a+ r - cd pcre-8.20-RC1$ h5 U7 R& r6 o/ H. ^3 Z' S
- ./configure --enable-jit
銴鋆賭誨蝣
; @) s! V( G& y5 EMake sure you see that JIT compiling support is enabled, see example:
7 e- w/ k; g8 J% m) s/ M& @ . |# T& ]+ F2 n {6 U. q
: v, f" S1 @6 b
make
0 _( [3 h" }- @4 Amake install
1 w! h: d8 n4 x2 ?" }3 t
) d* X! v( }# X& @# P1 tP.S , ~7 p! @3 ^# `+ G( @$ Y. K
if no c++ or gcc (C compiler) then+ S2 J/ \# I5 v! u( m. l
check if have c++ or gcc ==>( W ^3 @9 R& k1 U2 M! S; c9 p
gcc -v
2 R( P: p: p: B1 i+ zg++ -v; O. A9 Z3 C9 S
c++ -v( e' s( \9 y2 G
if no ==> install% X; I" h+ `8 ]! a4 Q- g
yum install gcc-c++
7 K5 t* v$ j, R0 V& ^) W
/ I& _" I0 U2 M! S! E- a' D n9 S: U7 M
: g5 E+ j3 Z/ U& q5 ~ s |
|