砍敺 IT_man 2015-10-31 15:34 蝺刻摩
5 N5 v! Z" z. i* {6 L" h/ p1 b0 s8 D2 \
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found& u$ K0 k. [, e4 W
/ f% @( A6 V4 b6 u) qYou need to install "PCRE with JIT support"; m$ F. q+ q( o$ D5 L
Enter the following commands for PCRE JIT installation:
+ ?" `$ s u$ D9 \/ r( [- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
, D: g% W+ i: W( a5 q" E - tar -xzvf pcre-8.20-RC1.tar.gz, p; t9 ~3 [0 X- H, _
- cd pcre-8.20-RC1$ P3 o D: u, W1 i9 _2 w% H
- ./configure --enable-jit
銴鋆賭誨蝣
+ v9 l& c5 s! B n8 h; hMake sure you see that JIT compiling support is enabled, see example:' J2 v. {* ^( z7 K- P
![]()
! R6 E9 R; A0 o0 O4 F' x' y! j0 k# v
make+ y& P4 o) b2 Z7 W+ k- p+ @. o; G
make install 7 h( s; ]) _- P! c
, x x O& M3 S& `% j
P.S
, R1 n0 x; I0 p0 v6 f! Eif no c++ or gcc (C compiler) then' u: ~ v+ u+ p3 v$ L# M/ n: x, G/ l
check if have c++ or gcc ==>2 Q0 O3 _1 t ?: [
gcc -v
# i' V! ]" w1 E* L% w# fg++ -v
- J6 T" t! M. Y* K, Q: Mc++ -v: x) j5 j s$ ]9 | p, n U3 x5 M q
if no ==> install6 u+ S/ e9 ~2 N2 i- v
yum install gcc-c++
, z# l6 A H- I+ `
/ A" |7 W7 M8 |. g* ]/ U% \: i
# c6 D7 Y, X$ w' S, |, A2 x
- C! {' y( h* I7 p0 O1 Z |
|