砍敺 IT_man 2015-10-31 15:34 蝺刻摩
5 Z% o9 B8 v( O0 ~) g" b5 k; |1 U( j+ s$ n6 U: E. X
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found, `- ?; V6 N6 s0 m! K, i# C; f
6 D1 a4 x5 u" T# n) K, H3 N; kYou need to install "PCRE with JIT support"6 r* P% t2 {. S" r/ X) w
Enter the following commands for PCRE JIT installation:: M o& f8 Z9 T+ q
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz+ u8 ]- j* E, h1 ?5 G+ {
- tar -xzvf pcre-8.20-RC1.tar.gz
7 t1 g# |4 M k! \ - cd pcre-8.20-RC1
1 I, {2 W' B2 X3 ]( O7 |- Y+ U - ./configure --enable-jit
銴鋆賭誨蝣
, d5 Y' u0 J( Y5 u; ?3 dMake sure you see that JIT compiling support is enabled, see example:
; w+ S4 \ g, p4 m. O4 R! _# p5 w* Y![]()
, y$ m8 j% \0 T5 N* Z% P
2 ?2 u4 U/ X1 Z7 fmake. ~' g9 H7 z7 s1 G3 e
make install
- w9 k7 v; U* G5 S5 b; z) _5 j$ s- M0 t( u! t6 U; F7 c5 v
P.S 8 }' ~- e2 t% R. D
if no c++ or gcc (C compiler) then( W- z! d6 _6 ~) @
check if have c++ or gcc ==>5 Q' w# {+ n3 ~* @
gcc -v
" M( H7 ~) N) K, c' Q( qg++ -v
9 l5 C& K$ y9 P, N( \c++ -v
, m I- ]% a) R+ w" vif no ==> install; K+ ?& F% G: |' @8 U( O$ u
yum install gcc-c++/ F, Y! k9 v, O/ \* H
8 R8 ]6 M9 `) U0 d$ [/ M; k- s" C
* D8 @- H& P9 N9 h3 o5 @( k8 B3 A# J: k* K0 t! z2 q) S- R
|
|