砍敺 IT_man 2015-10-31 15:34 蝺刻摩 , @" Y @8 x# j
+ D& i) n- h. v5 hWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
' R9 P. K% W# h1 o, P9 ?6 P: }3 E+ H& O4 X' v
You need to install "PCRE with JIT support"
1 V) A+ H( _: m3 R; U1 |5 eEnter the following commands for PCRE JIT installation:
, }( w+ a. m1 z% H3 O3 x- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz3 n. G1 M* H( ]+ [ m1 |
- tar -xzvf pcre-8.20-RC1.tar.gz
; [2 r. C# ~6 I; k - cd pcre-8.20-RC1
- \% L& S- U* Y# b) N! x8 Y - ./configure --enable-jit
銴鋆賭誨蝣
/ V% q9 t3 t7 GMake sure you see that JIT compiling support is enabled, see example:# O' j4 J* L6 }
![]()
& G$ u! r! d& D* H+ ^0 m6 U, l3 C6 t2 j4 W
make
& A& d, ]% ~7 I! Hmake install W3 c0 C4 s0 y
+ A3 S) _1 B \* s- F {P.S
0 g ?) A* \% v" o9 ?1 j$ zif no c++ or gcc (C compiler) then/ g' |( B! k# ~6 u
check if have c++ or gcc ==>+ p$ `" t% @ r" A+ P
gcc -v
( v3 S0 P; c$ y& Fg++ -v4 _2 O3 m+ [/ h7 A7 f% x
c++ -v4 q) R0 ^5 D8 p. E. y. F; r3 ^+ o
if no ==> install3 G$ E! M9 q" {1 D1 u4 u6 v+ H
yum install gcc-c++9 I$ v/ ^' _ ^8 r, q" g
4 o" s- A0 L) q9 o
" c4 i8 e* f" ?7 V. o* g
G0 K% C( a/ n; x+ K |
|