-----------------------------------------
답변자가 기본적으로 참고할 내용입니다.
- 배포판(옵션) : RH 7.3
- 커널버전(옵션)
: 2.4.20-20.7smp
- 데몬버전(예:apache
1.3.27) : 1.3.27
- 데몬설치유형(RPM/컴파일/기타)
: APM compile.
-----------------------------------------
방금전 어떤 고객의 문의를 받고 확인해본 결과 이상한점이
있어서요.
고객분이 블로그를 실행하려고 하는데..
펄 5.8.x 이상버전에서 실행되야 안전하다고 답이 왔다더군요.
여하튼.. RH 7.3의 perl 최신버전은 5.6.1 인데
이 상태에서 RH 9.0의 perl 5.8.x 버전을 설치해도 되는지요..
(물론 의존성 걸린 파일들을 모조리 업데이트 하면서요.)
두번째 질문은..
[root@www root]# perl -e "use DBI"
Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux
/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux
/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux
/usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
[root@www root]#
이런 메세지가 뜨는데 이유가 무엇인지요?
세번째 질문은..
[root@www root]# perl -MCPAN -e "install DBD::mysql"
[root@www root]# perl -MCPAN -e "install image::Magick"
위 2개의 명령은 무엇을 할 때 쓰이는 것인지요?
마지막 질문은..
[root@www root]# perl -MCPAN -e "install DBD::mysql"
위 명령어를 내렸을때
잘 나가다가....
Removing previously used /root/.cpan/build/DBD-mysql-2.9003
CPAN.pm: Going to build R/RU/RUDY/DBD-mysql-2.9003.tar.gz
Can't exec "mysql_config": 그런 파일이나 디렉토리가 없음 at
Makefile.PL line 174.
readline() on closed filehandle PIPE at Makefile.PL line 176.
Can't exec "mysql_config": 그런 파일이나 디렉토리가 없음 at
Makefile.PL line 174.
readline() on closed filehandle PIPE at Makefile.PL line 176.
Can't exec "mysql_config": 그런 파일이나 디렉토리가 없음 at
Makefile.PL line 174.
readline() on closed filehandle PIPE at Makefile.PL line 176.
Can't exec "mysql_config": 그런 파일이나 디렉토리가 없음 at
Makefile.PL line 174.
readline() on closed filehandle PIPE at Makefile.PL line 176.
Can't exec "mysql_config": 그런 파일이나 디렉토리가 없음 at
Makefile.PL line 174.
readline() on closed filehandle PIPE at Makefile.PL line 176.
Failed to determine directory of mysql.h. Use
perl Makefile.PL --cflags=-I<dir>
to set this directory. For details see the INSTALL.html file,
section "C Compiler flags" or type
perl Makefile.PL --help
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install
이렇게 하고 멈춰 버립니다.
어떻게 해결해야 할까요?
간만에 긴 질문 남기네요^^;
건강 하시죠?
|