本帖最後由 IT_man 於 2015-10-31 15:34 編輯
- |, H# t: X% v2 P- g# N6 j7 \; q) j ]6 N
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
, T4 C8 B7 Q0 n5 |& y, q) C. c X% v) y$ n: z* M
You need to install "PCRE with JIT support"
' r- d+ n+ n$ E5 Q% Z+ e+ QEnter the following commands for PCRE JIT installation:2 n% T' R% s. ~, L% R+ f
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
2 u; M! Z1 K( p/ o: q - tar -xzvf pcre-8.20-RC1.tar.gz
' A5 f+ t% U+ F. ~9 W) ] - cd pcre-8.20-RC12 j9 C" K8 i3 t: R g6 Q3 I2 j
- ./configure --enable-jit
複製代碼
; j: _8 r1 K4 ]0 ~' GMake sure you see that JIT compiling support is enabled, see example:. x" g9 o0 Q/ E* S% {5 i- w
' l- j! y3 Q- K3 ]
; ~( y, {. m2 V: H0 Zmake
* e, C, z$ ~! D6 P+ xmake install / O* s+ i R; D C0 e0 {
9 [3 }% V+ y; |7 h: MP.S $ o9 Y8 k$ Z/ v
if no c++ or gcc (C compiler) then( j+ C. S5 b. y. e
check if have c++ or gcc ==>
6 |9 R; N' P8 H& M- b- ogcc -v8 k L2 o. ?$ ^* g4 L Y
g++ -v" Z: \; j: D2 C
c++ -v
6 f! R f9 |0 B2 C: z9 ]: `: Xif no ==> install
2 Q+ k" Q1 D/ v" ^! k0 O. lyum install gcc-c++
! ~# i% u& g' m3 c. R5 ~+ S; O- o# w! C% P, c& a7 u t
: k/ `7 C9 C0 q0 d1 ~3 B8 k2 L/ D: |- O. F
|
|