Chào mọi người,
Chẳng là mình đang tập cài đặt Apache, trên trang chủ yêu cầu trước khi cài cần có pcre.
Sau cài đặt pcre-8.32 với lệnh:
Code:
#/configure --enable-utf8 --enable-unicode-properties
#make
#make install
Sau đó mình kiểm tra bằng 2 lệnh:
Code:
#pcretest -C
PCRE version 6.6 06-Feb-2006
Compiled with
UTF-8 support
Unicode properties support
Newline character is LF
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack
Code:
#pcre-config --version
8.32
Tại sao có sự khác nhau này vậy?
Lúc tìm trên mạng có 1 bài viết nói về vấn đề này link: http://www.huangzhong.ca/upgrade-pcre-on-centos/
Cụ thể mình đã làm như bài viết trên:
Code:
#unlink /lib/libpcre.so.0
Nhưng khi kiểm tra lại:
Code:
thì gặp lỗi:
Code:
pcretest: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory
Bạn nào xem giúp mình lỗi này với