Skip to menu

리눅스 관련 모음

본문시작

Views 51532 Votes 0 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

국산 통나무 수공예 남원제기, 남원목기

자료가 도움이 되셨다면
혼수용품제수용품 필요시
남원제기 공식 홈페이지 http://남원제기.kr
남원목기 공식 홈페이지 http://otchil.kr
에서 구매 해 주세요
정성껏 모시겠습니다.
 

ModSecurity-Apache 설치를 위해서는 아래와 같은 라이브러리가 설치가 되어 있어야 한다.

 

Lua 는 이곳에서 최신버전을 다운 받아 설치한다.

압축을 푼다.

tar zxvf lua-5.x.x.tar.gz

 

설치를 한다. (플랫폼에 맞게) 나는 리눅스 이므로 다음과 같이 한다.

make linux

make install

 

그런데 컴파일시 에러가 나온다.  Readline이 설치가 되지 않아서 그렇다.

 

그럼 먼저 Readline을 설치 해야겠다.

Readline  최신버전 다운 받아 압축을 푼다.

tar zxvf readline-6.x.x.tar.gz

 

컴파일시 설치 경로는 --prefix=/usr/local/share/readline로 하였더니 Lua 컴파일시 readline을 인식하지 못한므로

아래와 같이 --prefix=/usr/local 로 경로설정을 해 준다.  그렇게 하였더니 금방 인식하고 컴파일 에러없이 완료 설치함.

$ ./configure --prefix=/usr/local --enable-shared

 

readline 이 무사히 설치가 되고 Lua 설치를 상기와 같이 컴파일 시도를 하니 에러없이 술술 넘어간다.

 

이제 준비가 되었으니 ModSecurity-Apache 설치를 시작 해 보자.

최신버전을 다운 받아 압축 해제한다.

tar zxvf ModSecurity-Apache_x.x.x.tar.gz

 

아래와 같이 컴파일 명령을 입력하고 설치를 시작한다.

 ./configure --with-apxs=/usr/local/apache243/bin/apxs --with-apr=/usr/local/apr --with-apu=/usr/local/apr --with-libxml=/usr/local/share/libxml2 --with-lua=/usr/local --enable-shared

 

그런데 make 명령에서 자꾸 에러가 난다.  나의 리눅스 버전이 낮아 트러블이 생기는 것 같다.  libtool에서 생기는 것 같아

libtool을 삭제하고 새로운 최신 버전으로 소스 설치한 후 재시도 하였으나 계속 에러가 난다.

버전이 낮은 다음 것들을 삭제하고 소스를 받아 설치한 후 다시 시도 하기로 하였다.

 

 

M4 -> autoconf -> automake

순서대로 설치 해야 한다.

 

GNU M4 설치


1. http://ftp.gnu.org/gnu/m4/  에서 gnum4 다운 받기

2. tar xvfz m4-1.4.16.tar.gz

3. cd m4-1.4.16

4. ./configure --prefix=/usr

5. make && make install

 

autoconf 설치

 

1. ftp://ftp.gnu.org/gnu/autoconf/   에서 autoconf 다운 받기

2. tar xvfz autoconf-2.69.tar.gz

3. cd autoconf-2.69

4. ./configure --prefix=/usr

5. make && make install


automake 설치

 

1. ftp://ftp.gnu.org/gnu/automake/  에서 automake 다운 받기

2. tar xvfz automake-1.11.6.tar.gz

3. cd automake-1.11.6

4. ./configure --prefix=/usr

5. make && make install

 

설치 하면서 혹시라도 호환성 의존성 문제가 있을까 염려 하였지만, 일단 큰 문제없이 설치 되엇으니

다시 아래 명령으로 ModSecurity-Apache를 설치 시작하자.

 ./configure --with-apxs=/usr/local/apache243/bin/apxs --with-apr=/usr/local/apr --with-apu=/usr/local/apr --with-libxml=/usr/local/share/libxml2 --with-lua=/usr/local --enable-shared

O.K

make  &&  make install

O.K

설치가 끝났다.  apache/modules/mod_security2.so 가 생성되었나 확인하고 생성 되었으면 정상.

   

List of Articles
No. Category Subject Author Date Views
90 spamassassin 에러 Can't locate Mail/SpamAssassin/CompiledRegexps/body 0.pm in @INC 햇빛소년 2013.06.24 16044
89 ssh 포트변경 및 iptables 수정 햇빛소년 2013.06.25 15242
88 [sendmail: clamav-milter error] Milter: data, reject=451 4.3.2 Please try again later 햇빛소년 2013.06.27 16906
87 Starting Dovecot Imap: Error: service(pop3-login): listen(*, 110) failed: Address already in use 햇빛소년 2013.06.29 25214
86 dovecot 설치 후 squirrelmail 가동하면 /.imap/INBOX, group=12(mail)) failed: Operation not permitted 햇빛소년 2013.06.30 19283
85 squirrelmail에서 메일 삭제시 Error: file_dotlock_create... 에러에 대하여. 햇빛소년 2013.06.30 20665
84 [Linux Password 정책변경] linux 비밀번호 md5에서 SHA-512로 변경하기 secret 햇빛소년 2013.06.30 0
83 rsync 백업 설정이 확실하게 되었는데도 백업이 되지 않는 다면..... 햇빛소년 2013.06.30 15930
82 rsync 를 이용한 원격 서버 백업하기. 햇빛소년 2013.07.01 15571
81 [bind] DNSSEC 구축방법 file 햇빛소년 2013.07.07 16474
80 clamav.cf --> Clamav Multiple Score 햇빛소년 2013.07.07 18142
79 The ClamAV Plugin --> clamav.cf , clamav.pm 햇빛소년 2013.07.07 14881
78 sendmail[8569]: auxpropfunc error invalid parameter supplied 햇빛소년 2013.07.11 15687
77 LGU+ 결제 Mserver 설치관련 에러 사항..... secret 햇빛소년 2013.07.18 0
76 procmail 소스설치 햇빛소년 2013.07.24 14495
75 메일계정 관련 명령어... secret 햇빛소년 2013.08.19 0
74 What do these PHP mbstring settings do? 햇빛소년 2013.08.25 11074
73 'post-create' on '/var/spool/abrt/................................... secret 햇빛소년 2013.08.28 0
72 error on line at column Input is not proper UTF-8, indicate encoding ! 햇빛소년 2013.12.26 4630
71 HTML <meta> Tag 햇빛소년 2013.12.26 11333
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10