砍敺 IT_man 2015-10-31 15:34 蝺刻摩
8 e# Q2 w+ p6 |$ v: L* u8 |% T4 G
4 }; r4 g( h- T$ d0 NWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found- o2 z# p3 X) z* g( d
7 S1 H; L* o l Y6 u4 F$ r
You need to install "PCRE with JIT support"# Q2 P2 F5 w I" g+ g
Enter the following commands for PCRE JIT installation:: i4 i; H) q1 ~! n$ O7 \6 S
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz, Y+ Z Q2 y7 z
- tar -xzvf pcre-8.20-RC1.tar.gz
7 @' g; `$ ^4 B: } - cd pcre-8.20-RC1
8 N! w" W6 R1 R% B) t - ./configure --enable-jit
銴鋆賭誨蝣 ) ?0 v, _ p* s3 J
Make sure you see that JIT compiling support is enabled, see example:9 w# q' b5 x# E' r% h6 A( P' y) i
' ^5 N. T- Y! H" W8 S1 h: u
) ]8 x) o5 ]: t4 n8 F, |
make
, L: p0 L* W' o, y) h; u7 _3 ^make install
3 H4 V) o4 G: I
; i* r2 x1 D- [' u9 iP.S
& J! K4 J0 J ]if no c++ or gcc (C compiler) then5 ]5 o1 ]# A* f2 r
check if have c++ or gcc ==>
7 D4 {& h: b" Igcc -v, @' M( n& L' d5 R' V
g++ -v
6 m4 Y `9 o. j( s' U2 Jc++ -v) x$ e5 F' C q3 ?
if no ==> install
( i8 W8 @$ F; Z' P4 f: oyum install gcc-c++3 W9 e8 V5 y, y+ E
# z8 b0 g* b A+ v
& K, Z. p, Z& _$ v D0 E& x
6 N) B1 h2 o1 n, X2 X6 f3 S |
|