本帖最後由 IT_man 於 2015-10-31 15:34 編輯 % `, @0 w* ?! t" q! x1 A
$ L' o: i/ J) oWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found* G8 V1 n$ y) o: `+ ^4 ^7 e
1 e$ z9 N: ]7 T7 ~: b8 R. G- EYou need to install "PCRE with JIT support"8 ~. b4 m* F- {1 o, f
Enter the following commands for PCRE JIT installation:
- B# a g5 K! ^7 [) h7 |- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz* c/ K+ l7 m9 P# B, J. E" ?
- tar -xzvf pcre-8.20-RC1.tar.gz7 P% l @; O: I% i3 _9 y
- cd pcre-8.20-RC1- _- R" e6 @) H" v3 E v7 m% o2 ]- c+ l
- ./configure --enable-jit
複製代碼 1 P! s1 T0 i2 b m) E$ X- I
Make sure you see that JIT compiling support is enabled, see example:' Z+ }* v$ v7 h
![]()
3 [ O- r9 m/ S& X: F0 M3 o& S0 |, Z7 R
make4 ?7 t C( e0 i5 P" z
make install * r. O& y: D7 T: w; N7 N( M l
+ ]7 h& n' ?: N+ v7 y5 H! b
P.S 6 q) s$ V; r# K5 g% A8 M* B
if no c++ or gcc (C compiler) then
* Q a/ R3 X" S! I0 w! ~2 _. e+ t2 zcheck if have c++ or gcc ==>
7 A1 t( P8 J8 ~gcc -v
2 Q7 ^: l i5 hg++ -v
; k& { h2 E- a) M% N9 G# U1 s, K* ?c++ -v- m _1 f1 O% ?3 N4 _8 W' s& }
if no ==> install3 ~5 R, Y+ X" P' j
yum install gcc-c++
* U, a5 l- F, z
" s4 r# W* C' k( L
I R/ n( h n( T6 q- d. Q0 K* r) c8 ^0 `& k5 @- W2 B
|
|