砍敺 IT_man 2015-10-31 15:34 蝺刻摩 3 v& v, L* @1 I7 A3 g3 _" O$ J( R
# u" z+ h8 w v% o" G" q, E
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found7 p/ i2 I2 \* Y. |: z, y
# q' ^. ]3 G: S8 U" V& c
You need to install "PCRE with JIT support". P4 P' l7 |8 X7 Q& S- s8 G# G1 y
Enter the following commands for PCRE JIT installation:, T v' d7 z% h+ G( T |! X
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
' o4 a+ U8 _( s" c) `& D% X7 U - tar -xzvf pcre-8.20-RC1.tar.gz0 T7 l; G7 f& L1 M
- cd pcre-8.20-RC14 D" B0 Q! t! }' r, }1 T
- ./configure --enable-jit
銴鋆賭誨蝣
! g- s0 T" f# e0 P! v' e6 AMake sure you see that JIT compiling support is enabled, see example:/ y1 V( z! N: K% z
![]()
' c' I3 j1 g3 M% ^) O8 `# O& ^2 t8 Z# ~& Q) x
make
% c0 C M& D9 Ymake install
/ E/ o( v9 B# k& k/ q+ s0 R( U, K4 v* u8 U
P.S
8 }! D) L: f1 E) E! {: g% B1 Tif no c++ or gcc (C compiler) then
Z8 k" x1 H6 d, p3 f) mcheck if have c++ or gcc ==>
, h- t, H" h1 \; vgcc -v
4 q4 h% s: P* Y* B: T% a* @g++ -v" `# M+ l- q1 q; a" A/ K
c++ -v7 S0 M }4 {8 p, N- \1 r
if no ==> install* N, t" P% G/ H2 {
yum install gcc-c++
8 G% u7 h2 ~7 t1 Y
% B% f! }- f9 P% I; g* S
* ^8 H0 p# R/ V7 ~; S- m2 W j# p# n c Y$ A5 V
|
|