本帖最後由 IT_man 於 2015-10-31 15:34 編輯
7 D7 I# i9 {$ \ A/ n; d, r, T: y. d' @9 ?6 v" f' Z# Q
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
* {% S6 P' M7 C- ^ W
( U- C; A. I7 {- o$ RYou need to install "PCRE with JIT support"6 L* U, `/ X9 I; n, w
Enter the following commands for PCRE JIT installation:: k6 M1 g0 Y+ R, v; g @
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz1 H8 \9 w5 H$ k( \. W/ P" D- i
- tar -xzvf pcre-8.20-RC1.tar.gz! [3 O: F0 E& J5 x7 Q, Z* K4 ?
- cd pcre-8.20-RC1
0 T1 l* o5 R- M" e7 w, h) F/ \3 }$ [# X( t2 D - ./configure --enable-jit
複製代碼
8 P! L& Q3 O" o- fMake sure you see that JIT compiling support is enabled, see example:
( r9 G- C/ s4 t2 G9 s' K% z, l9 e# {! m$ W! R' ^9 g) v
* @0 f2 F+ q2 i+ I- f
make: P8 m3 \! O/ g; {
make install ) N* e1 |/ _0 @0 Z+ X/ \1 j* k6 D
: @5 S: X' `: W( oP.S ! X% M" f2 \! z* k. z
if no c++ or gcc (C compiler) then
9 ^* A6 B: p1 H) \6 W7 Wcheck if have c++ or gcc ==>
, c; v& j1 o3 S9 b, sgcc -v7 x: O2 X; D( W' j6 r5 ^& C
g++ -v! [. D. V; w+ H3 w G [6 ~& H
c++ -v+ p8 A5 x; S1 U6 C6 X
if no ==> install
. p& Q) [, S( ]6 V9 T/ Fyum install gcc-c++/ w- x" C( V3 I' b1 N1 R" @
" v& p7 i$ K5 C- M
1 K& d* A( X; ?6 Y+ {$ [& b% \7 q( ?
J3 O/ V- n+ N, K, x# H2 _ |
|