砍敺 IT_man 2015-10-31 15:34 蝺刻摩
- _( U# H9 ~9 l- `+ z0 v- V9 p. Y" [# U! t4 X. Q" M. @
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found1 P+ w3 I+ h% r% }. Q
4 J+ Q1 X; _" ?0 I* VYou need to install "PCRE with JIT support"0 d e# _8 Z! I; R8 z2 ~
Enter the following commands for PCRE JIT installation:$ Y7 R% P5 o( u7 _: o5 {
- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz/ X+ n w; u' {% k
- tar -xzvf pcre-8.20-RC1.tar.gz
h# J# V3 @/ a - cd pcre-8.20-RC1; a, N6 v# a8 n
- ./configure --enable-jit
銴鋆賭誨蝣 , \. L* R. s: E/ J; [0 a7 S- F) \( [
Make sure you see that JIT compiling support is enabled, see example:+ i+ [2 y# D6 p/ R6 u5 z
![]()
5 Q- }1 `2 j2 ?) x) J, M/ X# c2 F/ k( c+ U2 {0 n% c6 m' U
make1 i$ W$ k, J4 w# [! ?# Z" r
make install
0 }7 i4 C* B9 k# A9 } k$ s; P: ~: ?) ]5 `5 p! R5 |
P.S
+ H5 t0 W8 _: T7 w* d5 Oif no c++ or gcc (C compiler) then: v$ Y$ u) a2 O! j
check if have c++ or gcc ==>
* u. W3 T& ^( X( P* kgcc -v
, c& k; [# H* D# Pg++ -v
, }/ J$ X- ~% _4 S* J' m Rc++ -v
+ f: |. _' `( W! `' Z/ B7 Bif no ==> install/ u# C4 A7 @0 n! _2 }6 \
yum install gcc-c++
5 t# }6 b& Q! K6 Y$ f4 F: W* |9 N2 o9 Z, U) X) V9 x8 D
, ^% R a" h( V) P( r
9 C* n0 h; Y3 q: R |
|