よう。
それで、私はラズベリーパイにDebianをインストールしました。すべてが順調に進んでいますが、どこかで私のapt-getが壊れました。何かをインストールまたは削除しようとすると、失敗し、次のようなエラー メッセージが返されます。
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 がインストールされ、正常に機能しているようです。他にどこで手がかりを探すことができますか? apt-get インストールを修復するにはどうすればよいですか?
これは、より大きな問題も暗示していると思います。私は自分自身をフロントエンドとバックエンドの経験が約 10 年の有能な Web プログラマーだと考えていますが、Linux ライブラリ/コンパイル エラーは依然として Etruscan を読んでいるように感じます。Linux で一般的なタイプのコンパイル/インストール エラーを診断するための優れたドキュメントはありますか?
ありがとう、インターネット。