mod_perl 관련 문제입니다.
[root@server mod_perl-2.0.3]# perl Makefile.PL
no conflicting prior mod_perl version found - good.
Next we need to know where the 'apxs' script is located. This script
provides a lot of information about the Apache installation, and makes
it easier to find things on your system. Normally it's located in the
same directory as the 'httpd' executable.
If you don't yet have Apache installed you can build Apache against
the Apache source code, but you won't be able to run the test suite (a
very important step). Therefore you may want to install Apache before
proceeding.
Please provide a full path to 'apxs' executable
(press Enter if you don't have it installed): /usr/local/apache2/bin/apxs
Configuring Apache/2.2.8 mod_perl/2.0.3 Perl/v5.6.1
Checking if your kit is complete...
Looks good
'NO_META' is not a known MakeMaker parameter name.
[ info] generating script t/TEST
[ info] generating script ./t/cgi-bin/cookies.pl
[ info] generating script ./t/cgi-bin/next_available_port.pl
Warning: prerequisite Cwd 2.06 not found at /usr/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm line 352.
Writing Makefile for Apache::Test
Checking for File::Spec...ok
Checking for Cwd... found v2.04
[ error]
The following Apache-Test dependencies aren't satisfied:
[ error] Cwd: 2.06
[ error] Install those from http://search.cpan.org and try again
[root@server mod_perl-2.0.3]#
이 에러를.. 도대체 어떻게 해결해야 할까요?
검색해보니 아파치를 업그레이드 하니 됬었다는 말이 있어
아파치도 업그레이드 했습니다만..
설치가 되질 않네요. 도움 주시면 정말 감사하겠습니다. (_ _)
에러메시지를 보니
에러메시지를 보니
Cwd 모듈 2.06 버젼이 필요한데 현재는 Cwd 2.04 버젼이 설치되어 있어서 안되는것 같네요.
cpan install Cwd
명령으로 Cwd모듈을 최신버젼으로 올리고 다시 해보세요.
정말 감사합니다.
정말 감사합니다.
댓글 달기