砍敺 IT_man 2015-10-31 15:34 蝺刻摩
0 @) e5 R! o! j" v; i& H! J! J8 D( v
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
6 q5 N; X. c3 R- k2 X. J0 b, W. V! Y2 ^% @9 S
You need to install "PCRE with JIT support"4 ~( M1 p$ o' \2 ~9 C! ^# n2 e
Enter the following commands for PCRE JIT installation: R ?8 L3 p' F3 `; d! b
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
# x9 V! c; I: Q0 S& }. ^ - tar -xzvf pcre-8.20-RC1.tar.gz
* g4 N) ~% P# X8 F9 g9 X$ H" _* i - cd pcre-8.20-RC1
8 R d) a) y8 T, o5 S( n* v - ./configure --enable-jit
銴鋆賭誨蝣 . f" H0 a1 A0 o9 _/ z' h
Make sure you see that JIT compiling support is enabled, see example:
) a7 U/ a) }' h6 s. y3 K% R' _ 3 K2 Z8 |/ A; P; b
9 `, y; b- l* ~& X; |# `. X+ z8 \make) F4 U) H9 F* Y8 M: X
make install ' W8 P n ^- \& X2 o
9 q# a5 v! b3 @) z$ O2 QP.S
. n6 C' G U1 Q& S* E0 w9 \if no c++ or gcc (C compiler) then2 z2 _* G$ N7 e4 |, S' T
check if have c++ or gcc ==>5 M# F9 t/ r& y8 Q; X& ~1 g
gcc -v4 I6 y, [! c9 y$ R: t" G
g++ -v
& I; a: C7 f; _4 Sc++ -v
/ ^9 \0 }: ~6 |, b2 Z+ C6 {6 tif no ==> install
: ^- p( f/ l* z& Y) lyum install gcc-c+++ S( G6 W5 Z5 I7 Q' M. Q! f
" g5 x8 k* Z3 {# `
/ P( ~9 g4 E% E5 ?1 q/ E0 a+ b* d" n$ I
|
|