砍敺 IT_man 2015-10-31 15:34 蝺刻摩
) V& ^& X. E# X5 v4 D, t
! q( E3 _' T" c$ t4 `$ T- q4 VWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
- \, S/ P9 A( d. ]; X
3 [9 @; y( ]1 z) dYou need to install "PCRE with JIT support"
" Z: m5 [; \+ O$ g, K4 M( YEnter the following commands for PCRE JIT installation:6 F. L0 }. Z& P2 y) D3 F
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz9 }) Z) V* c1 ~2 u; g0 F
- tar -xzvf pcre-8.20-RC1.tar.gz4 ^0 w4 v% ^ d& y9 q9 w$ P
- cd pcre-8.20-RC1/ W- y0 g" b( ], F+ ]$ G
- ./configure --enable-jit
銴鋆賭誨蝣
# q# `- [, o) T' mMake sure you see that JIT compiling support is enabled, see example:
4 F- s: |" f0 @' g! I+ W7 f9 s. w8 a
8 [. r) j y% @4 i. N
make0 v$ v3 F) a/ N
make install
4 Q& [# O3 a' e: [
! F0 v, G$ t8 z# \8 kP.S ( A" X# J/ o) J' ?1 Y; }
if no c++ or gcc (C compiler) then' a5 S: U8 f' j
check if have c++ or gcc ==>9 g2 `1 @: [7 @
gcc -v
& h# X( H( M1 V$ Ng++ -v
- J8 W* D- K3 f% D. u0 D- Pc++ -v! Q% f9 n4 O3 L
if no ==> install
2 F! [' v6 s! B" Qyum install gcc-c++; v& Z7 g' w5 K1 O, N, u
4 j* q0 Y$ m& i8 Z8 |% A+ g% N/ y2 ^4 U- I0 M% G) `. c& O7 R9 |% u( r1 E
$ x! t# R# L8 M
|
|