本帖最後由 IT_man 於 2015-10-31 15:34 編輯
! L+ H s, S0 S7 `5 O1 M- k
* G5 t& j& ^0 dWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
& p6 w' v3 m: i& H7 d2 `) j- L9 s6 p; P: G4 t/ V8 e
You need to install "PCRE with JIT support"3 M0 M; h+ s! P. Q
Enter the following commands for PCRE JIT installation:
; o( _. p) j. E. G- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
1 \' d4 q7 l# U% C0 o, P - tar -xzvf pcre-8.20-RC1.tar.gz
0 G6 N5 I: i2 m' X" E8 m - cd pcre-8.20-RC1
$ c2 B! q \6 U - ./configure --enable-jit
複製代碼 1 P% B2 r) S' V. t3 I" M+ k1 i# c. F
Make sure you see that JIT compiling support is enabled, see example:
7 V7 i$ G5 `( _) i% P
' _+ k* ^& {4 i% C3 l% X% _4 w+ B9 q. `$ Z
make/ Y" s5 \7 M: ~# y! q$ B
make install ! I/ N) B4 \+ `; f$ V2 ~
* B% R) ^/ R3 ?+ r/ E* Y- p
P.S
% }0 k E0 M1 b$ Jif no c++ or gcc (C compiler) then+ K4 R, V$ `& Z0 d9 w
check if have c++ or gcc ==>0 C+ c8 q7 g* s0 V# e) T& I
gcc -v
6 o, O9 _4 h# `3 ig++ -v7 Q( y$ ?$ ]' M* o, [
c++ -v
1 @" L& P3 O' @+ pif no ==> install
& c- K. d+ Q! j0 N7 Vyum install gcc-c++: s- q2 u2 }/ c0 b1 ~
5 S3 U2 _- W- o: B p% `( L! [" b
. K8 ~1 R' R" s$ C$ V
" j- p; l; S( b3 E |
|