本帖最後由 IT_man 於 2015-10-31 15:34 編輯
) R+ b9 U {) ?( x4 e" o
6 q% d* k$ K0 z2 C$ k! d9 uWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
. K7 P5 w* k1 [; b# F9 \. t7 d& q0 l' b( M! e
You need to install "PCRE with JIT support". n3 y$ W+ |' v+ s( V W
Enter the following commands for PCRE JIT installation:% l% t% ?" K6 Y$ |
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz+ j2 Z, B+ I. z f8 B& T6 k- X
- tar -xzvf pcre-8.20-RC1.tar.gz) H l$ G0 w7 i
- cd pcre-8.20-RC1
8 w* m8 c H+ E$ G# F - ./configure --enable-jit
複製代碼
* z/ u8 g+ t0 |9 |: \. }Make sure you see that JIT compiling support is enabled, see example:
. K% ?# a% X# H: k3 u* c$ j" p9 D6 d5 z9 G/ q$ G5 ?. ^( A
$ a: s4 n! u/ ?# d9 Nmake: o: n$ t6 j# P3 S) d' r) Q. K' K5 d
make install
9 J6 @8 X: O" J7 |3 @- |" k: M. `& j
P.S
, Y0 U% I2 B/ a% aif no c++ or gcc (C compiler) then
, s4 @3 X4 {! _( C0 ]! Z! a( m5 Icheck if have c++ or gcc ==>
; O: q9 Z7 [2 {: {gcc -v
- E2 e/ e5 p5 Vg++ -v
. z$ i5 W3 t- Fc++ -v+ S5 M3 E# I* P; t* ~
if no ==> install
7 l C; R2 F2 r6 ? e: i1 f& C/ ^yum install gcc-c++4 |: L5 `) e. x6 s
' c: X6 Q; f7 H4 l1 a a! K' m8 x4 r% A
9 {' T2 V( s6 V8 g0 O. F1 A |
|