本帖最後由 IT_man 於 2015-10-31 15:34 編輯
+ X( t7 V8 y8 i! P8 \% |
X" E; y) D7 S; M+ ^When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found# G; I9 Y) G( a; I4 S7 [$ }& l
1 H& `: o) L( B& t, CYou need to install "PCRE with JIT support"
" {+ r! M% A- LEnter the following commands for PCRE JIT installation:
, ]% d& }6 D! A, r6 E- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
- z4 y9 `1 R+ `9 x( p$ ^ - tar -xzvf pcre-8.20-RC1.tar.gz
+ g& y \; h" _; R0 {. k - cd pcre-8.20-RC16 T( q% x6 l1 Z5 W& `" d3 e$ s
- ./configure --enable-jit
複製代碼 # R: D0 m7 ?1 b( m& D1 k
Make sure you see that JIT compiling support is enabled, see example:1 g1 R. R. T' u
: ~0 Y$ A) q0 l5 j' r- ^) V l, M+ M
( r; ]6 x( r* U! [$ zmake! r4 }5 l; s) {: \
make install , H' e x( p, d+ ~1 [
% n4 w' D4 m) a" S: G4 ?6 _
P.S 1 w. I& G, A- \2 z$ D. {
if no c++ or gcc (C compiler) then
3 |) i- G0 U0 m) X5 o7 gcheck if have c++ or gcc ==>( |9 s8 W0 P4 ]7 g5 \
gcc -v- @, f5 [; E: b9 v5 ^3 P6 d) a
g++ -v1 @3 D2 i9 g9 S {" D7 r; _
c++ -v
, p* X: W; A3 e' j/ q' K* Hif no ==> install: ^2 F9 D5 W+ O/ A
yum install gcc-c++
' h9 f7 {: T1 h' L7 m6 D8 j* h
8 V) C" i1 b: s2 W* [5 r( s: k% s$ L( P$ n
1 S8 H5 ^$ x1 E& b
|
|