(주)누리웨어

화상연동/Web,APP 구축및서비스/LMS/평생교육/학점은행/기업교육/연수관리/설문구축/

Ubuntu

Ubuntu shell 실행시 CentOS와 다른사항들 및 오류

Ubuntu는 /bin/sh 가 dash 로 연결되 있다. 이걸 /bin/sh로 바꾸면 된다.

  이걸 바꾼다.

. /etc/init.d/functions ==> . /lib/lsb/init-functions success: command not found 이경우 ubuntu 는

 

,

Apache install Ubuntu

설치할 폴더 /app/하위

다운로드(위치 install폴더)

압축해제(위치install폴더)

  APR관련 파일 Httpd/srclib로 이동

의존 Package Install

 

PCRE 설치구성

make make install cd ../httpd-2.4.12

설치 확인

 

 

서비스 등록

  . /lib/lsb/init-functions 서비스에 올리기위해(chkconfig 와 거의 동일) 설치 apt-get install […]

,