Ubuntu - NGINX 컴파일 설치시 에러 메세지에 따른 패키지 설치

     

     

    이번 포스팅에서는 Ubuntu에서 NGINX를 컴파일 설치할 경우 NGINX가 설치하는데 필요한 패키지가 없을 경우에 나오는 메세지에 대해서 알아보겠습니다.

     

     

     

       Ubuntu-NGINX 컴파일 설치시 에러 메세지

     

    1. NGINX 에러 메세지 : ./configure: error: the HTTP XSLT module requires the libxml2/libxslt.

     

    # apt-get -y install libxml2 libxslt1-dev

     

     

     

     

     

    2. NGINX 에러 메세지 : 에러 - ./configure: error: the HTTP image filter module requires the GD library.

     

    # apt-get -y install php-gd libgd-dev

     

     

     

     

     

    3. NGINX 에러 메세지 : ./configure: error: the GeoIP module requires the GeoIP library.

     

    # apt-get -y install libgeoip-dev

     

    Posted by 서버이야기