테스트 사이트 - 개발 중인 베타 버전입니다

CentOS 5.7 64bit 에서 mod-cband 설치 해 보신분 계신가요?

· 13년 전 · 1961 · 2
CentOS 5.7 64bit 에서 mod-cband 설치 해 보신분 계신가요?
 
 mod-cband-0.9.7.5 소스설치하고 ./configure 까지 마쳤는데 make 에서
 
[root@i-3889-20678-VM mod-cband-0.9.7.5]# make
/usr/sbin/apxs -Wc,-Wall -Wc,-DDST_CLASS=3 -c src/mod_cband.c
/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -m64 -mtune=generic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -Wall -DDST_CLASS=3 -c -o src/mod_cband.lo src/mod_cband.c && touch src/mod_cband.slo
In file included from /usr/include/apr-1/apr_file_io.h:29,
from /usr/include/apr-1/apr_network_io.h:26,
from /usr/include/httpd/httpd.h:53,
from src/mod_cband.c:38:
/usr/include/apr-1/apr_file_info.h:137: error: redefinition of typedef 'apr_ino_t'
/usr/include/apr-1/apr-x86_64.h:360: error: previous declaration of 'apr_ino_t' was here
src/mod_cband.c:81: warning: type qualifiers ignored on function return type
apxs:Error: Command failed with rc=65536
.
make: *** [src/.libs/mod_cband.so] Error 1
 
이런 에러가 나는데 해결하신분이 계시면 도움주시면 감사 하겠습니다.
 
서버에는 httpd-devel.x86_64 이 설치되어 있습니다.
src/.libs 폴더에 mod_cband.so 가 만들어 지지 않아서 나는 에러 인것 같은데 어떻게 해결을 해야 하나 남감합니다....ㅠㅠ

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 2개

에러 내용으로 보면 apr_ino_t 라는 typedef이 header 파일 2곳에 동시에 정의 되어 있다고 합니다.
apr_file_info.h와 apr-x86_64.h에..
apr_file_info.h에서 typedef apr_ino_t를 커멘트 처리하고 다시 make를 해 보시죠. (아니면 반대로.)
jakekwak님! 감사합니다. 해결 했습니다...^^

게시글 목록

번호 제목
12307
12306
12305
12304
12303
JavaScript 계산기
12302
12301
12300
12299
12298
12297
12296
12295
12294
12293
12292
12291
12290
12289
12288
12287
12286
12285
12284
12283