tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯 ! }$ d' D6 T* k) n8 s3 T& J
" U2 e2 M7 e6 ^
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found1 E+ J5 M/ B- h' e$ L4 E, P/ [
1 Q! U% H- G+ E% u% t4 qYou need to install "PCRE with JIT support"2 l! D3 P' z/ N Z, ?
Enter the following commands for PCRE JIT installation:
2 d% o! ?3 k& R% B- y- V- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz5 t8 m. i! `! R8 _* U
- tar -xzvf pcre-8.20-RC1.tar.gz; N. g6 m0 d9 O2 q) M6 o
- cd pcre-8.20-RC1
5 n+ A6 N2 \5 X) j3 P+ P - ./configure --enable-jit
複製代碼
4 o3 p) L# m5 L+ IMake sure you see that JIT compiling support is enabled, see example:
- K1 }/ t; X- h* j. s * E2 E. r1 c0 w9 A# S9 M) W! z
: B1 d6 x: q8 R2 Umake
; E6 p2 u; W- e9 Fmake install ( I" K& M$ L( c
8 G5 d1 }, e7 u7 N
P.S
' @, ^ t% ]& U1 O$ p% }3 Wif no c++ or gcc (C compiler) then
, |6 O$ Z$ }# \: l6 tcheck if have c++ or gcc ==>
A) O( G) ^$ F9 ]/ P& Mgcc -v- w4 [, L% I9 a2 C. D. [0 {
g++ -v
/ O% x4 I3 X; w1 q7 o- Yc++ -v
% M3 K @: e" [5 v/ @if no ==> install- W' A: @, D% t: Y& j# _# b
yum install gcc-c++
3 y; I5 e1 g9 c d# o& S, b0 b% I1 h6 m- t4 L$ F! V; R0 b
% g# W" H: d, L v1 S* n, M
* G) T5 V: H; [
|