tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯 6 f2 ?& P5 f/ d0 p6 Y0 k
: O! [# O, F1 `" U1 E- e! \ @When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found1 S7 W. f0 g1 w$ ]! t
/ K! v# q/ l1 Q7 p
You need to install "PCRE with JIT support"3 c. h! P8 R5 R' o
Enter the following commands for PCRE JIT installation:7 ]8 Z8 S, p/ m$ u" K& T* r* k7 z
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz) Z. p3 _$ Y6 ?0 i# R r; |
- tar -xzvf pcre-8.20-RC1.tar.gz! O* b' I; R: W" m
- cd pcre-8.20-RC1
( t5 e. i, W' ~9 ~2 f0 k - ./configure --enable-jit
複製代碼
( P0 ?7 z" ?5 w f8 w# G9 n! pMake sure you see that JIT compiling support is enabled, see example:
/ t) T% \2 g+ a
/ g* n1 p9 m, s% y! \* f, m2 ~7 W; |
- O/ t: z g3 c- k: zmake5 Y$ ^: s$ G( ], d0 F# k
make install : u" J' p1 K1 o2 N7 I$ B
( |/ y" f) Q; s( |5 }
P.S 4 [* O5 h, {& j9 P1 X
if no c++ or gcc (C compiler) then
g$ Q* S& j, B& g. ^% b. n5 P* hcheck if have c++ or gcc ==>
7 H$ W# g/ l% P5 ?7 K) [gcc -v
9 _& O% Y( H/ Vg++ -v
6 ]/ o2 G2 V" i+ o" Bc++ -v2 F) ~ y4 U+ _8 y+ i
if no ==> install) A* [9 B& y8 p0 a+ i& ]0 X! q
yum install gcc-c++/ i' d- V$ G' Z7 N, x) W5 W
2 m/ `% ^: \/ Z7 W& Q7 }9 d a; V- h9 ~
/ I) x- r% g; L/ X |