標題: checking for PCRE JIT support ... not found [打印本頁] 作者: IT_man 時間: 2015-9-26 20:33 標題: checking for PCRE JIT support ... not found 本帖最後由 IT_man 於 2015-10-31 15:34 編輯 # \8 N3 O. l+ h; l' I6 F# j# j+ o p* z
* l7 y/ H$ y7 g" b4 p( _0 c
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found ! ~) O) _% `! ~7 b Y( R$ w) G# m, }% t7 {- v: s' G" i
You need to install "PCRE with JIT support" , {7 _" o0 c, Z! K/ y) a/ ~4 PEnter the following commands for PCRE JIT installation:, |5 u& `5 g/ ^4 `/ [! r
wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz) q0 o5 Y3 v: G* W
tar -xzvf pcre-8.20-RC1.tar.gz $ C- M8 _% k, y+ J
cd pcre-8.20-RC13 V( @- X2 \- `/ A0 t
./configure --enable-jit
複製代碼
' y0 @# t9 ^1 I' |! g6 Q8 g
Make sure you see that JIT compiling support is enabled, see example:' ^( j+ M* p# L- d / t4 i" n2 f( R' r" F( m 6 R7 o; U# C& ]: v3 Gmake % E1 W$ X2 i- Smake install ! T! B/ l; D- j8 X
8 h) `( T. D* j; @& s
P.S ; S- V9 @- e( J7 Bif no c++ or gcc (C compiler) then# |1 n4 W& b; q" ]4 Y$ ~
check if have c++ or gcc ==> ! v& b7 l" ?. ^; |gcc -v$ |6 `8 a& f# C; c
g++ -v' E. }. D/ L2 F9 o0 b7 p9 g) s
c++ -v' W4 }; r7 X) D+ ]
if no ==> install , g3 f+ r r6 ?% H4 }1 U4 d( Q6 Wyum install gcc-c++ 5 B6 L, q& V1 \& L' E% ^ x4 I+ V% i" ]- i; i0 u