砍敺 IT_man 2015-10-31 15:34 蝺刻摩 % B/ ?) [7 ?1 r2 _
1 F H, v, Z+ wWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found: P q, F/ o& ^0 T
( f5 B& N8 J2 zYou need to install "PCRE with JIT support"
; f9 ^( I: ~! [/ y% n& o2 {Enter the following commands for PCRE JIT installation:3 B+ n- X8 |: s
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
, U: S) X. j# e' W. p - tar -xzvf pcre-8.20-RC1.tar.gz* g* B; r) K' r2 H3 p, r
- cd pcre-8.20-RC1& E, k4 A: q, M, V$ o7 V
- ./configure --enable-jit
銴鋆賭誨蝣 6 E4 T% x. h% G# I2 L% D9 c2 H+ f
Make sure you see that JIT compiling support is enabled, see example:
, d9 f) s% n5 O3 n![]()
% `1 G w) l5 @. {$ w( U# Y, R& P9 g4 |/ n U) c" n n8 j
make; V7 u5 F: ]: ?. I0 @. C
make install
) t3 c: D0 D: x4 e6 f
. a; o. I+ b2 ]P.S
# i& k: a, e) r, [* \% T" oif no c++ or gcc (C compiler) then
" l" |! ~* J/ i0 h+ Jcheck if have c++ or gcc ==> e0 V Q6 q: j
gcc -v
3 [8 }5 Q3 g/ ~! N. I! d/ Og++ -v6 u/ S ~4 W. u/ r' _( D" y
c++ -v" x' d& }* p. o6 z* Q3 ?+ c$ |2 I
if no ==> install
; d5 U G+ l1 P$ i. f" T3 v1 Eyum install gcc-c++
; \! h& h$ D" f4 S3 H4 ~! e0 N& s3 N, W; |
" n& ]3 V2 E8 P( R
# B# [7 s' l/ y, {# ^0 J# g9 h
|
|