本帖最後由 IT_man 於 2015-10-31 15:34 編輯
2 r f/ o& q7 s8 S5 q' {1 y% o i, i S* I4 o9 H
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
: o4 J0 T; y+ K
. N4 h/ l" K$ k6 i4 ~7 ^6 n, S. ^You need to install "PCRE with JIT support"
' D: X; e6 a( L# A0 I e0 iEnter the following commands for PCRE JIT installation:
+ d: V7 t* b, t- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz5 U/ D$ n6 k3 K. c# D; p
- tar -xzvf pcre-8.20-RC1.tar.gz
9 H& r) J6 v: E - cd pcre-8.20-RC1
0 `/ V: b! e/ d6 r5 ] - ./configure --enable-jit
複製代碼 1 K( H% ^2 u' \. b3 X6 {
Make sure you see that JIT compiling support is enabled, see example:) b" c$ d; J3 m1 _9 f
: a( j. @9 _' e; j( B ^$ _' f" n L" J
make6 X( n* @; A4 E
make install . p5 O& x- ? V7 ^
$ Q) i6 Y e" z3 z1 N rP.S
# M% z" y, G2 j# ~if no c++ or gcc (C compiler) then
5 |! ?- \( m. _! jcheck if have c++ or gcc ==>
! k8 s1 [* o" V* o/ _% v7 sgcc -v- V- Q4 J, L; R8 e! r
g++ -v
5 f" J7 q3 v7 q5 z, U/ L, d! ac++ -v S. j7 M$ u& ?- s1 O
if no ==> install9 {2 C- k: f! J6 U
yum install gcc-c++
3 M: p" U1 h4 t2 [1 c. M f
4 Z. p$ Y+ C$ _ y+ F) e# L' r* C* A/ T, V
9 t# z/ X4 F. r X& T ~) r
|
|