LNMP 설치 문제 실 록

1. ubuntu 에 nginx 를 설치 한 후 테스트 프로필 에 다음 과 같은 오류 가 발생 합 니 다.
   /usr/local/nginx/sbin/nginx -t
   /usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory
해결 방법:
   
   
   
   
  1. ln -s /usr/local/lib/libpcre.so.0 /usr/lib/libpcre.so.0 

2. MySQL 컴 파일 과정 에서 알림:
     /bin/rm: cannot remove `libtoolt': No such file or directory
   1. libtool 패키지 설치
   
   
   
   
  1. # yum -y install libtool 

    2. 다음 세 가지 명령 을 각각 집행 한다.
   
   
   
   
  1. # autoreconf --force --install 
  2. # libtoolize --automake --force 
  3. # automake --force --add-missing 

   

3、error: Sorry expat.h not found, is libexpat and libexpat-dev installed?
   If not already installed, install automake, autoconf, libtool 
   
   
   
   
  1. $ sudo yum install automake autoconf libtool  

   If not already installed, install xsltproc
   
   
   
   
  1. $ sudo yum install xsltproc  

   If not already installed, install expat library and devel packages
   
   
   
   
  1. $ sudo yum install expat expat-devel  

 
 

좋은 웹페이지 즐겨찾기