아파치2.x 와 톰켓4.x 를 연동모듈 생성중 발생하는 에러 대책좀

pro9dan의 이미지

아파치2.x 와 톰켓4.x 를 연동하기 위해
mod_jk.so를 생성하는 과정에
./configure --with-apxs2=/usr/local/apache/bin/apxs
와 같은 명령이 있습니다.
실행후 메시지가 죽 올라가다가 아래와 같은 에러가 발생합니다.
혹시 아시는분 계시면 답변좀 부탁드립니다.

...................................
...................................
...................................
checking for sed... /bin/sed
checking for cp... /bin/cp
checking for mkdir... /bin/mkdir
no apxs given
need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
configure: error: can't locate libapr

codebank의 이미지

Quote:
checking for perl... /usr/bin/perl
configure: error: can't locate libapr

이쪽 에러는 펄이 설치되어있지 않거나 펄 라이브러리가 설치되어있지 않을때
발생하는거라고 하더군요.
일단 펄을 먼을 설치해보세요.

------------------------------
좋은 하루 되세요.

pro9dan의 이미지

/usr/bin/perl 파일은 있습니다.