2012-06-14 5 views
3

Ahoy there.apt-get 오류를 반환합니다. "debconf : Perl이 구성 해제되었을 수 있습니다"/ 리눅스 오류를 실제로 어떻게 이해합니까?

그래서 데비안을 제 나무 딸기 파이에 설치했습니다. 모든 것이 훌륭하게 진행되었지만, 어딘가에있는 나의 적절한 루트는 파산합니다. 지금은 아무것도 설치하거나 제거하려고 할 때마다 실패하고 다음과 같은 오류 메시지가 표시됩니다.

debconf: Perl may be unconfigured (Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE  nostdio.h 
* 
* Copyright (C) 1996, 2000, 2001, 2005, by Larry Wall and others 
* 
* You may distribute under the terms of either the GNU General Public 
* License or the Artistic License, as specified in the README file. 
* 
*/ at /usr/lib/perl/5.10/IO.pm line 8. 
Compilation failed in require at /usr/lib/perl/5.10/IO/Handle.pm line 9. 
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/Handle.pm line 9. 
Compilation failed in require at /usr/lib/perl/5.10/IO/Seekable.pm line 9. 
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/Seekable.pm line 9. 
Compilation failed in require at /usr/lib/perl/5.10/IO/File.pm line 11. 
BEGIN failed--compilation aborted at /usr/lib/perl/5.10/IO/File.pm line 11. 
Compilation failed in require at /usr/share/perl/5.10/FileHandle.pm line 9. 
Compilation failed in require at (eval 1) line 3. 
BEGIN failed--compilation aborted at (eval 1) line 3. 
) -- aborting 

Perl이 정상적으로 설치되어 작동하는 것처럼 보입니다. 내가 단서를 찾을 수있는 곳은 어디일까요?

나는 더 큰 문제에 대해서도 암시하고있다 : 약 10 년 동안 프론트 엔드와 백엔드 경험을 갖춘 유능한 웹 프로그래머라고 생각하지만, 리눅스 라이브러리/컴파일 오류는 여전히 Etruscan을 읽고있는 것처럼 느껴진다. Linux에서 컴파일/설치 오류의 일반적인 유형을 진단하는 데 유용한 문서가 있습니까? 그렇다면 Google에서 찾은 마법을 입력하는 것처럼 느껴질 수 있습니다. 실제로 내 솔루션을 이해하고있는 것처럼 보입니까?

감사합니다. 인터넷.

+0

모든 도구는 다소 다른 세부 사항에 있지만 대부분은 옛날의 도구와 약간의 유산을 공유 할 수 있습니다. 일반적으로이 보고서와 같은 오류 보고서를 읽을 때 매우 까다로울 필요가 있으며'perl' 문서에서'무엇이 필요한지 '를 확인해야합니다. 추측한다면, 여러분은이 오류를 생성하는'perl' 설치에서 일부 (중앙) 모듈을 제거 할 수있었습니다. – HonkyTonk

답변

1

당신은 시도 할 수 있습니다 :

dpkg --configure -a