砍敺 IT_man 2015-10-31 15:34 蝺刻摩
O) A3 O6 t( t- |7 b. k! Y% Z& x+ b/ n) s6 y; M' P+ F) I
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
E1 D% ?4 q& }' ~, P/ `, x: E; d9 F* T8 A) [" x3 f
You need to install "PCRE with JIT support"
2 w" a, p- }" ?$ DEnter the following commands for PCRE JIT installation:
3 D; r, r4 F7 t* ?/ @, l& p- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz% ~& z* J. b0 \8 D+ a: _
- tar -xzvf pcre-8.20-RC1.tar.gz
8 s1 S; I! b* R6 f+ R) v - cd pcre-8.20-RC1
$ y9 v) m2 N( D7 j; T - ./configure --enable-jit
銴鋆賭誨蝣
2 M' [6 C5 d9 Z1 n( wMake sure you see that JIT compiling support is enabled, see example:. l+ ^, e9 G A! n7 ?
![]()
2 _4 d- J6 @: W; Y- B$ }9 z; K2 W. l9 e2 w5 Z* O
make
3 |" m' P: S. I( e: l% z2 J0 v8 ~/ Tmake install
4 k# O9 G* t8 m& x$ m1 O6 V' W7 J5 }4 u* J4 V1 g( g
P.S $ x/ Z8 a1 b) u
if no c++ or gcc (C compiler) then+ C. w5 {8 H7 n7 F" O
check if have c++ or gcc ==>
9 \) d9 b* {4 v$ H* y/ M! v; G, o+ xgcc -v
* Y+ h3 t3 Q. ?6 fg++ -v
; D/ ]+ u0 A/ T$ {! D5 s2 Q }c++ -v w I% k/ q+ G1 b) T& W) r
if no ==> install
0 L9 {, A6 K' S; oyum install gcc-c++
& m8 [$ j" {) O7 b. L3 H( c; m; k, g' b3 }+ M; {; U) A/ D" s
7 }% N! p$ l W: R! z
" c( E, g. W9 c$ ~; K
|
|