本帖最後由 IT_man 於 2015-10-31 15:34 編輯
) ^1 y* M5 Z) V1 o
# s- O2 ?' x) h+ U; \When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
: O4 f A! q, N: z8 d# j+ P! T! o% p2 I- ?& n8 S! j
You need to install "PCRE with JIT support"
6 q- ]. h3 `: M8 K9 G3 V2 p4 YEnter the following commands for PCRE JIT installation:
$ n9 g3 C" T! b5 P0 _- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
9 S7 v7 f; B& G; I5 E - tar -xzvf pcre-8.20-RC1.tar.gz3 B" i9 i4 Y$ g/ z, Z* ^8 |: L
- cd pcre-8.20-RC1: m+ P8 ^' Z5 `7 Z1 M
- ./configure --enable-jit
複製代碼
7 D ^- n y5 OMake sure you see that JIT compiling support is enabled, see example:" y k5 z/ H8 L
: B* W% ?& T; n- o5 b+ w# n
1 y0 w1 o! r7 Dmake; E( S9 J3 a4 F- F" I, J4 A7 }
make install
7 ^) n% o* v5 r+ z8 e# [9 l9 E/ v$ e4 V4 r* }- @& I
P.S g# D% C! Q4 p) z& X
if no c++ or gcc (C compiler) then
/ m7 P% s) Z9 Q3 R: @8 t4 Dcheck if have c++ or gcc ==>% @/ }& Z9 n0 n' Q. A1 V
gcc -v. o$ n$ J* X6 p( T0 B; \5 ^
g++ -v
|6 ^3 R' }& _) A& B& C5 Gc++ -v$ y$ @7 |- `# H& t
if no ==> install: T$ H1 a# V3 ^
yum install gcc-c++
y( R4 B2 Z# F4 [, I
5 m& k* h& @+ `- e: _
6 ?9 {3 h, a' r1 Z% g7 X% p+ E2 O2 n8 c5 L
|
|