砍敺 IT_man 2015-10-31 15:34 蝺刻摩
2 i6 [3 ]& M1 z$ X
@* O" S! j2 WWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found8 X4 B# v- o, D& ]- }
. M2 j) M2 C2 B8 V% ^* ^4 z j
You need to install "PCRE with JIT support"
4 }& } w5 d8 m: Z" {& xEnter the following commands for PCRE JIT installation:
/ b& t1 k- e1 f0 C- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz9 U" `, c9 {1 R/ B
- tar -xzvf pcre-8.20-RC1.tar.gz: k. f4 s) I& F* I
- cd pcre-8.20-RC1
- X! Y8 }0 r1 {/ Y* B - ./configure --enable-jit
銴鋆賭誨蝣
2 q! }/ C' ]5 j3 @5 e, A) KMake sure you see that JIT compiling support is enabled, see example:
# Y* W( K! o* c. n( d& _![]()
9 i0 {' k3 [! s( d
$ V' s C8 v# hmake* c/ }! k m9 b: M3 c2 H
make install
5 K+ @" y* F2 v1 M4 m z. q3 h
. k4 E* A( F' y: t. j- V3 YP.S 9 D0 v6 T, K+ W, L
if no c++ or gcc (C compiler) then! P8 U( a; `4 U5 `! n5 l
check if have c++ or gcc ==>- d) _, i. K, u$ k" `5 o
gcc -v4 Y; l: o' A6 b; p9 `1 P& a& ^
g++ -v
- a4 i4 ^$ }2 c" I* `c++ -v
! K& P$ h: Q. G C7 j* uif no ==> install2 X3 K. X; E' k4 V% ~. @ l7 j: [
yum install gcc-c++
' [8 Y* C. q$ o
4 b$ w6 Y4 C0 ~/ F+ ?4 s- f; i' Q' Q& \+ `6 }
1 B* |( q. d7 H7 e3 Q4 {! Q+ K |
|