tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯
! W7 h) l% V0 s$ K. b9 D4 A/ F/ ^$ b6 S1 A9 h
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found; u1 p3 A/ l+ Z1 y6 k5 z& A! e; j
# E: X/ x# }% I+ V
You need to install "PCRE with JIT support"
3 ~; E ?+ ]6 d9 U6 [/ r' NEnter the following commands for PCRE JIT installation: V& k- j0 |+ A$ N6 w8 _+ H
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz7 J3 e5 H% z% }- c7 P' T
- tar -xzvf pcre-8.20-RC1.tar.gz0 j/ C2 W) F& Z3 Y! V+ W7 b
- cd pcre-8.20-RC19 ^4 @9 ^7 ]- C
- ./configure --enable-jit
複製代碼 : O1 ?4 A7 U- e% P* d# `( i
Make sure you see that JIT compiling support is enabled, see example:3 R2 r6 B9 H+ s/ {. m/ L
+ E( d, C) M; `) K% z: n
! d) x8 K# n% F+ ~" ~; Dmake+ C2 p: Z+ j% R
make install
+ d7 i, N' J& w, O6 r$ X! f# s+ ~0 `2 _- P8 P% J) U: O
P.S " ^8 w( }$ ?: s- B& a
if no c++ or gcc (C compiler) then
. O5 M k: N+ e: M, Kcheck if have c++ or gcc ==>
; `4 a% Q. C w) Q. Y X, M4 Vgcc -v
& B% a, D9 w" J' v- k6 M+ ] ?g++ -v
: S* C% [; @' P4 l" _c++ -v, c$ ~8 _$ u' _" z* t! F3 n
if no ==> install: x# w* M/ W8 Q+ {5 h6 t; Z2 Q
yum install gcc-c++# D [- ~+ v7 x! p
/ b6 t. U" J6 z1 j6 T/ P9 V) I' h, K) U$ A, x+ {
6 J0 K$ I6 x/ I' ^! Z* U |