砍敺 IT_man 2015-10-31 15:34 蝺刻摩
" A5 A. t' Z: v5 q4 r' |: h
1 M' M! I# K' X6 p1 q, RWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found! S+ A: O0 l% a' p# q! }% r" ]
- Y8 {' x8 l. p9 o8 N" }
You need to install "PCRE with JIT support"% \$ G7 Z- W' F# ]
Enter the following commands for PCRE JIT installation:
* R/ J7 _% M3 ~% ?# f9 B$ U# U- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz b& X; K9 T3 c. R4 i9 u
- tar -xzvf pcre-8.20-RC1.tar.gz# c r0 t, _! |6 Z3 O5 O4 P
- cd pcre-8.20-RC1
! _; ~3 f3 s; V/ _3 ]% i - ./configure --enable-jit
銴鋆賭誨蝣
! `. k# o/ q9 I$ hMake sure you see that JIT compiling support is enabled, see example:
, k9 h3 P4 s7 }( j7 W" s! n![]()
) K( I; o! z2 U6 W: h0 B/ D7 _) s+ b; q% @- `) b7 K1 u f
make& X. M7 v8 T; h1 w) ]! g3 j3 n% I% M7 X3 U
make install " o3 C3 T# s3 b' D# @. o0 A" i' h
- w7 P- n6 C. z% hP.S
: W$ W# Y; M* i H# l, P9 Rif no c++ or gcc (C compiler) then
8 I: p. L* }6 T' B# G7 T2 _check if have c++ or gcc ==>
6 N; V. f/ \/ X! p5 y3 |gcc -v
- R7 O5 P5 H# Q4 ?* M+ fg++ -v
% ]# v: P; R5 xc++ -v
4 M- Y4 s2 b) i7 U6 U( nif no ==> install: E9 s* Q. i! M1 A
yum install gcc-c++% o5 n* _% W0 X3 s1 X n1 m F
& M4 u* m& Q9 l& c/ [9 `% I% f( V+ a' T& o
$ @5 b ?9 g! h
|
|