tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯
6 t, o1 \" X3 ]; u( o3 N$ u
' V- ]1 e; j0 k+ z4 z* R; nWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
; n8 w+ N& o& T$ J; |% f3 k' z' e( C3 c: `( b4 h
You need to install "PCRE with JIT support"2 C/ u' k7 f2 l9 {$ a7 o
Enter the following commands for PCRE JIT installation:8 p: c* g/ }, [5 |: F% e0 F- d
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz: X6 }) e( l W0 Z
- tar -xzvf pcre-8.20-RC1.tar.gz
* L( p' G! d, R! D - cd pcre-8.20-RC1
2 q6 m: q v& _! r - ./configure --enable-jit
複製代碼
! g2 D t! @7 @9 x& o. |* QMake sure you see that JIT compiling support is enabled, see example:( j* K7 D7 M& g0 R
: k3 d9 h# `$ [, q
a, r% t) {/ |, l- E- Z3 x% R0 dmake0 u! [7 {! a* B# U
make install
) s- Z: k; Q, ^+ G# H6 f) U8 H' M% m4 s- e" w/ o
P.S
& B3 U0 }( [! H: Uif no c++ or gcc (C compiler) then' ^) {: ^# l/ {$ @9 p7 N; R5 }( h- x
check if have c++ or gcc ==>
( i/ F6 q/ p9 f6 vgcc -v
, s; V, t; O( R0 j6 \g++ -v
% g7 z+ j, w- L% c6 |c++ -v
; x1 i) ^' J3 s4 E5 ?% v nif no ==> install8 l, G/ I- s/ P3 \
yum install gcc-c++
{% q* v. Z& s: q3 G- j
* V! t5 l' L7 U6 x, V, i) _
3 S+ {5 C/ R8 I4 P9 o% z5 Z/ s: O0 S4 j
|