HOME > 이용안내
이용안내
 
작성일 : 11-06-17 20:45
[리눅스서버] mod security 설치시 로그 안쌓이고 아파치에러로그 나올때
 글쓴이 : 관리자
조회 : 36,463  
:::::::::::::   Mod security 설치시 로그 안쌓이고 아파치에러로그 나올때    ::::::::::::::::::::::::::::::::

error ModSecurity:ModSecurity requires mod_unique_id to be installed.
 
--->처리방법
 
# cd /usr/local/src
# wget http://ftp.linux.co.kr/pub/apache/httpd-2.2.11.tar.gz
# tar xvfz httpd-2.2.11.tar.gz
# cd httpd-2.2.11/modules/metadata
# /usr/local/apache/bin/apxs -cia mod_unique_id.c
# /etc/rc.d/init.d/httpd restart (/usr/local/apache/bin/apachectl restart)
 
그래도 에러나면 아마도 컨파일 중 파일이 없는것일 수 있으므로 에러를 자세히 본다
/usr/local/apache/build/libtool --silent --mode=compile gcc -prefer-pic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread -I/usr/local/apache/include -I/usr/local/apache/include -I/usr/local/apache/include -c -o mod_unique_id.lo mod_unique_id.c && touch mod_unique_id.slo

/usr/local/apache/build/libtool --silent --mode=link gcc -o mod_unique_id.la -rpath /usr/local/apache/modules -module -avoid-version mod_unique_id.lo

/usr/local/apache/build/instdso.sh SH_LIBTOOL='/usr/local/apache/build/libtool' mod_unique_id.la /usr/local/apache/modules

/usr/local/apache/build/libtool --mode=install cp mod_unique_id.la /usr/local/apache/modules/

cp .libs/mod_unique_id.lai /usr/local/apache/modules/mod_unique_id.la
cp .libs/mod_unique_id.a /usr/local/apache/modules/mod_unique_id.a
chmod 644 /usr/local/apache/modules/mod_unique_id.a
ranlib /usr/local/apache/modules/mod_unique_id.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache/modules

----------------------------------------------------------------------

Libraries have been installed in:
/usr/local/apache/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
   during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
   during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------

Warning! dlname not found in /usr/local/apache/modules/mod_unique_id.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache/modules/mod_unique_id.so
chmod: cannot access `/usr/local/apache/modules/mod_unique_id.so': No such file or directory
apxs:Error: Command failed with rc=65536
 
/usr/local/apache/modules/mod_unique_id.so 이파일이 없으므로 에러
 
다른곳에서 찾아서 넣어준 다음 다시 컨파일 한후 재시작 하면 문제없음.





Cloud server Streaming service Domain Cloud Firewall

 
 

Total 377

번호 제   목   글쓴이 날짜 조회
97 [스크립트언어] [php]설치시 에러 configure: error: xml2-config not found. please check your libxml2 installatio… 관리자 2011-10-11 48853
96 [DB] mysql 설치시 exec: g++: not found 에러 관리자 2011-10-11 37608
95 [리눅스서버] 리눅스 설치 후 make 및 컨파일이 안될때.... 관리자 2011-10-11 35266
94 [DB] MySQL 설치 에러 : configure: error : No curses/termcap library found 관리자 2011-10-11 32394
93 [기타] 프린트 큐에 취소/에러란 프린터물이 있을때 (프린트 큐삭제) 관리자 2011-08-31 37232
92 [DB] mysql 로그를 삭제하여 시작 안될때 관리자 2011-08-16 31970
91 [기타] 설치 패키지를 열지 못했습니다. 패키지가 있는지, 액서스할 수 있는지 확… 관리자 2011-08-02 42430
90 [스크립트언어] PHP5.3에서 split함수에러시 explode수정함 관리자 2011-08-02 39974
89 [스크립트언어] 그누보드 Function eregi() is deprecated 오류문제~ 관리자 2011-08-01 42941
88 [리눅스서버] 리눅스 apache서버에서 redirect 방법들 (1) 관리자 2011-08-01 40394
87 [기타] 한글명으로 된 파일이 다운로드 되지 않을 때 관리자 2011-07-26 34899
86 [메뉴얼] 곰인코더를 사용한 wmv(윈도우즈미디어 파일 생성)파일 제작 메뉴얼입니다 제이네트워크 2011-07-21 33933
85 [스크립트언어] [php] configure 중 에러 : error: mcrypt.h not found. Please reinstall libmcrypt. 관리자 2011-07-08 45308
84 [윈도우미디어] 미디어 플레이어가 wvc1코덱에러로 실행이 안될때 관리자 2011-06-27 37136
83 [윈도우서버] windows 2000서버 혹은 2003 서버 admin 패스 잃어버렸을때복구법 관리자 2011-06-17 34985
82 [DB] phpMyAdmin 3.2.5 설치 및 mcrypt 오류 관리자 2011-06-17 34700
81 [스크립트언어] ASP에서 char형 데이타가 datatime형으로 데이타가 들어가지 않을때. 관리자 2011-06-17 40717
80 [리눅스서버] ftp 접속방식 문제 관리자 2011-06-17 44087
79 [리눅스서버] tmp폴더 보안 관리자 2011-06-17 34135
78 [리눅스서버] 리눅스 root 패스워드 재설정 관리자 2011-06-17 30629
77 [리눅스서버] tar 고급 명령어 제이네트워크 2011-06-17 34153
76 [리눅스서버] SSH 클라이언트 접속시 한글 깨짐 문제 (1) 관리자 2011-06-17 42492
75 [DB] Can't find file: './mysql/***.frm' (errno: 13)문제 관리자 2011-06-17 31128
74 [리눅스서버] 리눅스 서버 시간 맞추기 rdate 제이네트워크 2011-06-17 36541
73 [리눅스서버] apache 2.2 client denied by server configuration 오류 해결방법 관리자 2011-06-17 39506
72 [DB] Mssql 시스템 프로지져 삭제 복구 관리자 2011-06-17 30134
71 [리눅스서버] 500 OOPS: cannot change directory:/home/******* 제이네트워크 2011-06-17 33991
70 [리눅스서버] 리눅스 서버 VsFTP 서비스 사용법 관리자 2011-06-17 37802
69 [윈도우서버] windows 2008 media server 방화벽 문제 관리자 2011-06-17 35018
68 [윈도우서버] Windows2003서버로 파일 다운로드 기능시 문제 해결방법 관리자 2011-06-17 34175
67 [리눅스서버] 리눅스 서버 - 아파치 폴더 패스워드 주기 관리자 2011-06-17 34654
66 [리눅스서버] 리눅스 서버 ncftp 사용법 (1) 관리자 2011-06-17 35350
65 [리눅스서버] 리눅스 centos5.x + 삼바 설치 관리자 2011-06-17 35884
64 [메일] 아웃룩 메일 서비스의 대표적 오류 해결방법 제이네트워크 2011-06-17 37985
63 [DB] 서버이전 - mysql 버전 문제로 인한 암호화 방식 해결 방안 관리자 2011-06-17 29183
62 [기타] URL 데이터의 처리-GET과POST 관리자 2011-06-17 41811
61 [리눅스서버] 리눅스서버 HDD추가및 MOUNT하기 (2) 관리자 2011-06-17 46089
60 [기타] 검색엔진이 좋아하는 메타태그 만들기 관리자 2011-06-17 34917
59 [스크립트언어] 검색엔진 최적화를 위한 index.html 구성요령 (테크노트PHP) 제이네트워크 2011-06-17 38908
58 [리눅스서버] cronolog 설치 및 셋팅 활용방법 관리자 2011-06-17 38121
 1  2  3  4  5  6  7  8  9  10