本帖最後由 IT_man 於 2015-10-31 15:34 編輯 + S" Z* s8 A3 U7 X$ ~: F
8 D8 x) o" X; l; T2 _8 s( N
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found- k. C3 O3 T) E
0 s2 @# e i; F/ L4 e- TYou need to install "PCRE with JIT support"; {/ Z4 \. X; x* O+ d# _2 d) [
Enter the following commands for PCRE JIT installation:
) p: V' M0 R4 n" ^& D+ s2 o- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz* z$ Q) Y1 Q" U0 A7 `& n/ p8 k$ ]
- tar -xzvf pcre-8.20-RC1.tar.gz1 N, b* L5 ^+ n+ t: r( @: g
- cd pcre-8.20-RC1, o3 f1 c K. R- ^& s7 @8 E' T
- ./configure --enable-jit
複製代碼 `9 Z& J; ~3 _) H% e, G) Z
Make sure you see that JIT compiling support is enabled, see example:
: \6 w7 ?; W. p
9 j& G0 r* P8 o& ^# `
6 d- d) q% ]2 t0 k- smake6 F* V0 i1 n' ^4 ]$ s- M( U
make install
, s0 C; h U0 Q* J4 z- o/ H: L( Y& O* j2 `8 s- t4 u
P.S
" B- p! r3 p/ S# R/ iif no c++ or gcc (C compiler) then0 N$ S# |: t. n. T
check if have c++ or gcc ==>
_, k! W) S! ]3 bgcc -v
2 d- g- ?- A" C# {% m- s, u; j$ pg++ -v# J$ R5 b9 t5 j& n; Y7 _ r9 B; Q$ @
c++ -v* x9 g( L( G1 Y) }, e
if no ==> install% u' [* r" L. u1 y
yum install gcc-c++
* P) e% b- I3 X* E5 E1 i, ^( S
! {! r, G5 d$ L2 P g* p u& G
, ]+ B$ w# V1 ?% Z |
|