tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯 8 _8 ^6 y! E2 j. R0 ?* N
" _) N; x! S7 f, uWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found! i- G I* z6 s1 m+ [/ z
8 ^0 ?; A* X9 B2 l. E
You need to install "PCRE with JIT support"
: q: W: @- b; h$ {. e# i* T# KEnter the following commands for PCRE JIT installation:3 d+ K5 s6 h' c9 r$ M! L( v
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
* |3 `% p$ v, l: w, N( b; T - tar -xzvf pcre-8.20-RC1.tar.gz0 x* b( @* e- \! K' ]1 \
- cd pcre-8.20-RC1
i( @6 f& l6 k2 z2 u% v - ./configure --enable-jit
複製代碼
; N7 e* u0 l4 E1 f9 OMake sure you see that JIT compiling support is enabled, see example:
9 ?, S1 }% n( v% u8 x* a' A5 |2 V ' {9 j+ i7 J# k( u0 A
( ?2 {6 s3 X, D! P8 Y* F1 u- k
make. d0 x V8 z8 P4 f* U. u
make install
- w! N* \ ?$ d, d/ B# I6 z( |! O+ I6 z5 R
P.S : e6 c5 `# |% [, m( t2 N
if no c++ or gcc (C compiler) then6 U5 r# w t9 L m( ]) m
check if have c++ or gcc ==>! V6 `) X S2 Z
gcc -v
9 ~5 @& l/ O( j, U T8 xg++ -v
x5 B% e5 v/ c! R1 F3 oc++ -v/ V' a; K" z7 ]3 t' K5 [8 j
if no ==> install1 K+ n5 ^! O3 v" r$ h7 V' N
yum install gcc-c++
3 r( R: @0 J6 Y" o4 `& [2 s+ e* i% B$ {' W* ^ E8 n: Z/ {
0 \* `0 w1 a6 p" x# e% a7 E
9 V+ ]* Q1 ~7 o* f/ F, X; O
|