砍敺 IT_man 2015-10-31 15:34 蝺刻摩 , e% F% `% v9 Y2 g6 I$ g
% Q' k0 T9 z0 n: d5 QWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found- | m- o H' e% k" u& o O
9 T3 I. G3 O: ?( g6 z! ^
You need to install "PCRE with JIT support"
2 t" r! Y2 d. _7 s2 j- f8 t7 bEnter the following commands for PCRE JIT installation:
* S4 r4 k2 o( o7 F& M- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz; F( J+ P% F8 w
- tar -xzvf pcre-8.20-RC1.tar.gz
1 G) e! E# m4 t- a) b( G - cd pcre-8.20-RC1
! r4 ~! I$ w. J* C$ P; G - ./configure --enable-jit
銴鋆賭誨蝣
7 o6 l+ H$ s' A' S0 D/ K2 ^( s( qMake sure you see that JIT compiling support is enabled, see example:6 E2 \" u& u4 K( h% g: C( v" y
) J$ G/ b" _% V( v$ P$ A& @; b" Q2 {
3 A. q, Y% [7 a0 Hmake
; d, X L: m& z9 J) Rmake install
/ o! m" \; _* t5 a# l! M# z0 u+ G+ l3 s. Y. t
P.S
7 B/ ^8 X( i' O H3 fif no c++ or gcc (C compiler) then$ Y5 N/ W r% o% B$ V8 ]
check if have c++ or gcc ==>' c W" E" M. M+ M' s5 b: e
gcc -v
) f" j9 y% ~: G& O/ T4 _/ Qg++ -v
% Y- Z; P4 x1 p' Kc++ -v8 w# G* w+ Y8 Q6 P, C0 O
if no ==> install" R- Z& U* }! f5 P$ k0 {6 y: U# y8 h
yum install gcc-c++
8 v" r$ u% z1 ~
4 |7 t1 j# V* e+ h! v" @ t7 b* |5 R( \% _
, I4 r$ S! |9 \0 ^! U4 K- B
|
|