tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯 2 g! v* |5 \9 j/ W0 h4 Z
1 x. a7 i6 s, j: K# L8 p0 ?When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found7 ]* S$ Q5 e. `9 J+ z( c
' ~/ q+ O9 G2 N* U" n% u2 ^: S" u6 z
You need to install "PCRE with JIT support"- }/ u& S5 }* G
Enter the following commands for PCRE JIT installation:
) n3 W# I" P8 T- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
0 [0 W/ H8 b: g$ g4 a! g( C - tar -xzvf pcre-8.20-RC1.tar.gz" \( _5 O' ^7 B( j0 \2 k% D
- cd pcre-8.20-RC1
2 @/ m8 [. m" n) Y# h - ./configure --enable-jit
複製代碼
6 M0 o/ d' r; {- w' F1 IMake sure you see that JIT compiling support is enabled, see example:7 K7 s1 E c/ O8 w+ \
0 J/ _0 f* S# W+ ?
7 Y# z) [( _0 f* ~
make
" K, E) x( Y0 ?3 y4 i: X4 Bmake install
8 d' w9 n4 [: y' m. ?# h
% X+ ^& [$ o f9 _' s! L0 K; |P.S . _9 d% @, r q( {
if no c++ or gcc (C compiler) then
) Q0 m1 R& p& j+ t7 ?1 L0 jcheck if have c++ or gcc ==> [" X$ ?9 N2 W3 x5 ?" ~
gcc -v
1 \5 r. q; ~( g5 {3 ^$ d% Gg++ -v
3 j! U* R3 g1 f# X$ H- ~c++ -v
5 a2 Q/ p4 [* N6 e8 F+ L- C! qif no ==> install
: v, U2 E/ x! v ayum install gcc-c++
7 R2 M9 ~1 b6 V
! m$ B& q) \/ ^' E
. Z1 N A; y; R
' j; S. E3 D) R+ z( } |