砍敺 IT_man 2015-10-31 15:34 蝺刻摩 & y3 n5 F$ W( l0 D
* [, ^5 }5 g! G$ H
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found! T* W6 k" ^* H, m3 D1 j
0 k( G7 U5 O# F9 s- a" \; ]
You need to install "PCRE with JIT support"
! r5 e/ R' ^' l& h0 QEnter the following commands for PCRE JIT installation:
! d; H5 g. {& w6 c8 `- K- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
5 J! e( u& t2 ?& s) e3 N - tar -xzvf pcre-8.20-RC1.tar.gz
/ L% B, W: h8 e; f9 Y( m7 w - cd pcre-8.20-RC1
5 M6 Q5 ]9 J. Q% x5 V2 Q% ` - ./configure --enable-jit
銴鋆賭誨蝣 ; [8 w# Z/ P6 [4 H C. J. g3 [
Make sure you see that JIT compiling support is enabled, see example:' c$ @; ]* k3 F7 ~, d3 O
: _" a1 F; L1 C6 e9 j
3 g/ ~& t& x+ D6 X A
make
% J! E4 A) x( @9 s, t, `; T( Nmake install
o e# c. ^% |- b( \5 S% }
$ d9 I" Z/ o2 v( p- L& MP.S " f( i) x U% z; p: Z$ d! G5 q/ J
if no c++ or gcc (C compiler) then2 y# W. Z% ?) J" b5 ]2 h
check if have c++ or gcc ==>
: \8 x& @) M2 w! V5 |7 c( Igcc -v) n: i# l' m! l) s3 s6 R
g++ -v- f: h# e3 l) [6 [/ N
c++ -v
g- R {6 ?1 i5 e `2 Wif no ==> install
$ D! b+ J9 c' X# s" ?yum install gcc-c++; E8 }+ M+ z0 T) A0 \% p: e
* k# K2 w+ x: J: u2 l+ z
* L/ u( B Y( E, R2 G0 N* j
3 j. |; R7 o* i- Z; c& z$ r |
|