砍敺 IT_man 2015-10-31 15:34 蝺刻摩
( ~/ W6 r* S4 I( N5 h# B& a" c! x& |" d' R7 S* h: v( q
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
; `# Z* C# J3 N3 o$ J! o
4 t2 ?9 U. K/ w5 bYou need to install "PCRE with JIT support"- l- c1 B3 F8 M' Y
Enter the following commands for PCRE JIT installation:
* y% g! L0 h3 h2 }7 z1 A0 {3 u- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz: @: b) H* J, \* B/ b: m9 a8 x
- tar -xzvf pcre-8.20-RC1.tar.gz
' {3 O k" W; }0 ?2 @0 f6 t, n D' w - cd pcre-8.20-RC1& D% I) a1 P, ^4 v
- ./configure --enable-jit
銴鋆賭誨蝣 # {4 I' _& [8 [: M. R) T
Make sure you see that JIT compiling support is enabled, see example:9 T' _. g5 U n4 r
![]()
4 ^8 ]& {' [$ ^* n T6 c$ S, {8 ~ P: O* \- V6 S% X+ B: t
make
+ k! M" g2 V6 J& e* X- Qmake install 4 O! Q3 T( \/ L3 ?2 t" [3 `# {
8 x! r; h! x. Z. d* H$ P
P.S * s: k- l; L( l0 W$ T$ w
if no c++ or gcc (C compiler) then
) t# M# U$ Q% t8 c _) t: v* |check if have c++ or gcc ==>4 j) {% U2 O: C+ v
gcc -v
; F3 X% W# b, B' j+ d% ?; Kg++ -v
. I/ F3 u7 n; I gc++ -v
0 ?2 l8 C: }/ lif no ==> install$ ?& Y8 ]2 q+ q
yum install gcc-c++
^; g& G( A* I. g* O1 z0 N4 Q% |0 D" g1 W; h& u! D/ ~
% Z* ]* C* n7 h, C; E5 o, _
0 I! _6 \' |9 D! p- Q
|
|