砍敺 IT_man 2015-10-31 15:34 蝺刻摩
! F. O6 b( n+ P7 ~9 R9 g" T* u; k$ f2 O3 C r1 M7 {5 _
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
" P& { t, x* L3 [' M: g$ o K% ]
You need to install "PCRE with JIT support"1 s5 d. S7 h6 _2 s( S
Enter the following commands for PCRE JIT installation:' S8 j& A' s& ]6 Q1 w2 x# ]
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
0 `3 s! d; F7 D- l - tar -xzvf pcre-8.20-RC1.tar.gz
; P# ]6 L4 z' ^! ^' L% E9 ]2 A - cd pcre-8.20-RC1% U$ [4 ^4 X; ?$ J, }, p1 Z
- ./configure --enable-jit
銴鋆賭誨蝣
1 Q7 q W+ X3 m+ x7 d% k4 ^Make sure you see that JIT compiling support is enabled, see example:" }6 O x" p1 s+ N6 r3 r4 b
- t: Q; l& O, J8 w
6 [' [5 S E+ [
make
0 L1 y6 h2 K: u" |+ Z0 wmake install
5 R# x# u' V+ i8 U: V8 V
1 g- _* j; ]9 G1 T h' @1 pP.S
/ k0 T- G7 F& Mif no c++ or gcc (C compiler) then
" O) h7 T% B4 o5 H( jcheck if have c++ or gcc ==>
4 i. c: l, z' Q) p6 kgcc -v
7 O9 B# [- k8 h9 z. |- Q1 Yg++ -v% l) n+ ^( d3 w
c++ -v
1 ^; O$ v- E, j8 V3 sif no ==> install
( d( M) p/ a. byum install gcc-c++
- E" W+ X. g2 P! b2 v) y
! f0 P; S- W9 Q* }; K! {1 K% S
* y" `4 H" y1 m/ P5 u r. U4 e' C, O8 R8 T
|
|