砍敺 IT_man 2015-10-31 15:34 蝺刻摩
, e2 h& P& v9 g6 A( ~
) N: I5 a5 J2 d/ s& m. l% fWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
& D. V2 `3 b) E6 L& O: ~( p4 E6 [
' Y0 \, c2 `9 R" Z. K+ s$ t" V" KYou need to install "PCRE with JIT support"
* `! W0 _) w* \* TEnter the following commands for PCRE JIT installation:4 x! b* c% H. |% D- [! W
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
, k2 v+ G7 P4 A4 i8 k - tar -xzvf pcre-8.20-RC1.tar.gz j6 d: x: F$ x% p( c
- cd pcre-8.20-RC1! u2 H- [7 a" h6 R
- ./configure --enable-jit
銴鋆賭誨蝣 6 y- R6 b. W) @0 N0 J
Make sure you see that JIT compiling support is enabled, see example:
$ H% D" ~4 g3 o) ]![]()
0 J7 L, N. u9 W* W- I [6 y' l
9 C- k: u* J0 O) L2 K& Dmake7 v/ V" M$ Y6 c6 l" H
make install 7 k9 u0 H4 |# Y; z
3 R9 H2 d3 ]' }$ ^, J' pP.S 2 `; s6 s+ ? W5 W! F1 ]$ g$ ]0 _4 H
if no c++ or gcc (C compiler) then+ D' l& P7 r* N5 O' i7 r1 G
check if have c++ or gcc ==>
2 b, v, s8 T: k- Z& Q& [gcc -v- R* U+ |) y1 r; [* x% W3 e7 u3 S
g++ -v$ t4 N1 M1 l1 W3 e
c++ -v
! z' I: p$ W S0 `$ \/ }if no ==> install
( F$ n: W+ D( {# ?1 `5 p3 Ayum install gcc-c++) v+ F! L# F6 @1 q
k; g1 |" B/ Q* `+ @) N( g Z
b" L8 x% o. w; P: j, A" f
* R# m9 |) j3 V% t( S) {+ ? |
|