砍敺 IT_man 2015-10-31 15:34 蝺刻摩
6 L- k- ]# R" E1 d7 b, P" ?" k6 C* \
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
; R( h' u Z/ C/ Q& G/ L* F7 ?$ N5 l0 m
You need to install "PCRE with JIT support"& P% i" ^4 l. |9 ] P
Enter the following commands for PCRE JIT installation:* [( j J. W$ ?9 x4 P0 x
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
2 O% F3 a' N; {6 Z. f - tar -xzvf pcre-8.20-RC1.tar.gz$ P2 E" T9 Q$ L% x* o- A
- cd pcre-8.20-RC1# G6 i1 S H6 @! C* n# T1 c
- ./configure --enable-jit
銴鋆賭誨蝣
) H7 _" j0 W. {8 |+ KMake sure you see that JIT compiling support is enabled, see example:
2 R6 m8 g" `0 M( f( i5 ?' \![]()
$ p& E+ ~$ n4 P+ {+ s5 g b$ f- N, @9 |% s, e
make
8 P# @: Y8 V9 @make install " i. g9 q G/ J' J$ l
1 o# ?8 [# u: P2 zP.S
, a8 @5 A5 r" A& G" u k9 tif no c++ or gcc (C compiler) then
6 V1 |/ Z5 ?6 v1 {0 @3 E4 L2 Y: b \6 dcheck if have c++ or gcc ==>
% u7 l5 ?6 ?: h! }, u5 j* u9 C+ ]gcc -v* E8 d4 g% f! R! H. V& f$ }
g++ -v
$ i& o/ [4 e- J8 m1 w; ~c++ -v
8 K3 p: U: i9 sif no ==> install1 p6 Z- ^" f, o; }; S
yum install gcc-c++
3 t& N5 s( b% @& v
7 m0 x# A9 }6 ^* O1 p
" \8 }( }& H7 a5 V1 @: J' q5 s% e9 ]$ s& @* T R# V$ [
|
|