本帖最後由 IT_man 於 2015-10-31 15:34 編輯 3 y5 m) v4 @; S- Y$ R; g0 u* ]2 `
1 Q! R) L6 ^7 r
When you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
7 R6 k' U, g* F# N; C9 ?6 ^* o. H2 U) j/ `! w
You need to install "PCRE with JIT support"
* ?( n3 ~0 _6 `0 [+ }' cEnter the following commands for PCRE JIT installation:
( W5 N! _4 \0 F/ z, N- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz
; m5 { E& A8 p; q3 G0 t - tar -xzvf pcre-8.20-RC1.tar.gz4 j5 ]( u4 c4 W R
- cd pcre-8.20-RC1
+ w @) G( B7 m# D: h1 f: Q - ./configure --enable-jit
複製代碼
; i8 L1 w* F( x) _8 Y; vMake sure you see that JIT compiling support is enabled, see example:
4 C& S. ^3 d$ [) n! A' ^ , j- m' m2 j5 A/ B/ M: L- t- M$ H
! Q! t+ f) W, Vmake9 p W+ I3 `) \3 y. L$ c
make install % T* U' u7 b4 Y$ n3 L6 {! }; N4 H
7 ^, k7 P; y( y7 y( X& f" o1 u6 _P.S
$ F! B6 b' A. i: d' T. X8 lif no c++ or gcc (C compiler) then
% L ~; y' a' _3 M3 P1 L5 z1 n1 u! Jcheck if have c++ or gcc ==>
" y2 l- W' ]' ?9 ngcc -v
" m# D# N: y- a. N# W+ O; i( ~. s# Ng++ -v" Z2 F; \5 F" W v, ~! F4 p
c++ -v9 t: x; h4 l" Y, [$ R; S4 c7 E ?
if no ==> install
7 n3 ~5 T7 N6 Q5 vyum install gcc-c++
+ m) d4 z. z& _) ]: v5 J- u+ O6 J: R8 r" `2 G# e
0 g5 z* X% h, [7 D! d( ?- w8 q# H: u# [
|
|