| [ CnUnix ] in KIDS 글 쓴 이(By): corgan (billy) 날 짜 (Date): 2003년 7월 22일 화요일 오후 05시 23분 57초 제 목(Title): perl 모듈 설치... root가 아닌 일반 계정 권한으로 DBD 모듈을 설치하려고 합니다. cpan에서 모듈을 다운받아서 일단 perl Makefile.PL 요렇게 했는데.. 에러 메시지가 아래처럼 나옵니다. Error: Unable to locate installed Perl libraries or Perl source code. It is recommended that you install perl in a standard location before building extensions. Some precompiled versions of perl do not contain these header files, so you cannot build extensions. In such a case, please build and install your perl from a fresh perl distribution. It usually solves this kind of problem. (You get this message, because MakeMaker could not find "/usr/remote/lib/perl5/5.00502/PA-RISC2.0/CORE/perl.h") 그래서 펄 라이브러리가 있는 경로를 다시 찾아보니 요런곳에 있는데... /opt/perl5/lib/PA-RISC2.0/5.00404/CORE 라이브러리 찾을때 저 경로를 참조하도록 하려면 어떻게 해줘야 하는지 제가 잘 몰라서요.. 알려 주시면 감사하겠습니다.. ㅜ.ㅜ |