PCRE 설정 공유 라 이브 러 리

질문 정보:
./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory

    문제: PCRE 라 이브 러 리 가 설치 되 어 있 지 않 거나 PCRE 라 이브 러 리 가 설치 되 어 있 지 않 습 니 다.
    솔 루 션: PCRE 공유 라 이브 러 리 설정.
    1. pcre 라 이브 러 리 의 위 치 를 찾 습 니 다.
[root@server06 ~]# cd /lib
[root@server06 lib]# find / -type f -name *libpcre.so.*
/lib64/libpcre.so.0.0.1
/usr/local/lib/libpcre.so.1.2.4
/opt/nginx/pcre-8.36/.libs/libpcre.so.1.2.4

    2. PCRE 라 이브 러 리 를 소프트 로 연결 합 니 다.
    redhat 64 비트 기계 가 읽 은 pcre 파일 은 / lib 64 / libpcre. so. 0.0.1 파일 입 니 다.
[root@server06 ~]# ln -s /usr/local/lib/libpcre.so.1 /lib64/
[root@server06 ~]# cd /usr/local/nginx/sbin/
[root@server06 sbin]# ./nginx

    32 비트 기계 조작 방식 유형 과 같이 소프트 연결 이 가능 한 주 소 는?
    ln -s /lib/libpcre.so.0.0.1 /lib/libpcre.so.1。

좋은 웹페이지 즐겨찾기