砍敺 IT_man 2015-10-31 15:34 蝺刻摩
6 h0 n1 k; Z6 |' P# M
. e# X$ B: S5 c1 f9 C/ WWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
8 `6 Y4 j3 f8 [
$ V: h1 T0 b @. M- B) V+ EYou need to install "PCRE with JIT support"; C6 }1 f! D. {! U2 m! W; n
Enter the following commands for PCRE JIT installation:0 A/ s3 Y' u/ F9 [) f7 F& \) Z6 f4 |
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz( h1 Z" b4 i" v8 [
- tar -xzvf pcre-8.20-RC1.tar.gz/ j+ ?$ \+ H: h! l9 m( q
- cd pcre-8.20-RC1
) m6 T$ U( M2 o! ]8 h - ./configure --enable-jit
銴鋆賭誨蝣 * s& y. Z3 J$ A }" @
Make sure you see that JIT compiling support is enabled, see example:2 e2 E2 B9 L" Z; z) O( S
![]()
) T9 I) i. q) O8 S" T: Y2 f
$ ?, E3 g7 h8 \4 m& imake% y& L8 r8 J, T
make install " Q7 t8 G( s/ Z u T
/ T! c" c+ W) b% r# _+ w* [P.S % m. Z# P' }; }; ^1 u7 @
if no c++ or gcc (C compiler) then
G# h e* e7 ?" | |/ [check if have c++ or gcc ==>
2 R- Z$ E) {& K6 O& L, B$ w sgcc -v
# r `. a/ S4 J3 ~; ]% Cg++ -v
3 r. ]1 o2 F/ bc++ -v
# d* m2 q5 ]2 N# d# C1 J" gif no ==> install
`& I5 ]' n1 A E9 ^yum install gcc-c++
6 H3 E; c9 j9 g Y- }1 q" q8 s+ m9 m' H, Z$ Z/ }
1 B9 A2 t/ |2 B9 ?3 ^4 v
5 C+ Q, ~3 o' ^1 J5 g5 `
|
|