標題: 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 編輯 5 [: m+ ~- ]* z5 \ ^5 b7 i# v! J
r6 s; L* N% U2 k0 U
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found $ `9 @+ w' B: {% f. S& H0 a( \. Q( @, W1 C
You need to install "PCRE with JIT support"/ j9 n+ B! T; |3 U: d
Enter the following commands for PCRE JIT installation:7 t# t) \1 _4 E# E: N
wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz 3 `9 {8 m9 s7 S# U
tar -xzvf pcre-8.20-RC1.tar.gz $ [3 \9 [$ s8 q# _
cd pcre-8.20-RC1 ; P5 A( F) [* R0 b& ~
./configure --enable-jit
複製代碼
B V5 J) t" j0 ], m6 j4 c* _5 n# lMake sure you see that JIT compiling support is enabled, see example:7 {, d& H% S+ u 2 P# a- [; \- w; X n1 I
( m8 F) Y6 T& n: P$ k `, Y
make7 V. ]! `! n4 Q5 R0 x7 }" ~+ Y
make install 8 i7 [ W* H" B% s6 a6 T% D
/ T/ S! r2 s9 J$ oP.S ; b! F1 d6 ?# j7 Y; v; N& Fif no c++ or gcc (C compiler) then 4 }7 Q# P' q8 O/ C1 Wcheck if have c++ or gcc ==>6 V5 i( C5 f+ ] v6 Y8 g
gcc -v 6 Y; }* R9 ~: g/ V9 h8 f# S' bg++ -v& U4 i5 a3 Y) k$ p5 w' e; u( n
c++ -v! O; `4 I/ L7 b) s" V+ }. R
if no ==> install s! i: V) R- Z5 d+ W$ U2 jyum install gcc-c++ 0 S( i3 z6 Q: q9 l, E9 {& k+ g% b2 b6 o9 y