tid=19055& 本帖最後由 IT_man 於 2015-10-31 15:34 編輯 ; o) Y; _4 V3 y9 S8 `$ @1 m' {* J
: K* e1 Y3 a5 |3 L2 ~4 TWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
( V: q" w# q. c6 g
2 t1 s! `/ o! U+ S3 |& j, k! ZYou need to install "PCRE with JIT support"- K8 }: ^8 S3 T
Enter the following commands for PCRE JIT installation:
/ ]' u0 {. t f1 X X- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz; ^8 h( D6 N& ?( E3 h: J( e
- tar -xzvf pcre-8.20-RC1.tar.gz: s& r( m9 M G2 R c' ]
- cd pcre-8.20-RC1
3 F9 z( p" E% h( i - ./configure --enable-jit
複製代碼
& p% H5 D4 ~; D+ Q/ f0 lMake sure you see that JIT compiling support is enabled, see example:' Y: F U' Y4 }1 y
0 G; z# l# U6 ~3 E
! T# p9 m3 p0 S" h$ ]2 s
make! l# p! c! T% i4 p$ W8 }
make install
. f4 ^2 ]5 ~# @; Z R( ~9 o6 X! [% I! ~; D
P.S
0 R C; q& }: k6 Cif no c++ or gcc (C compiler) then
: | F( g- p. Z; j: J% j/ R9 ncheck if have c++ or gcc ==> Y, F3 w: m& a" P' q: V
gcc -v& p6 S- [8 v6 @" {
g++ -v
* U8 N5 C, q" a, D3 i; sc++ -v
8 V K* f" U! ^+ yif no ==> install5 K: `% A4 u0 m2 W
yum install gcc-c++
* T: t, n; @0 h [7 w2 N; a% ^# j( i* N
; j" H% z8 }" T- @
. \( P! N' q% K o* _3 V% ] d/ j; h7 x
|