缺少从 zip 安装的 Perl 模块

Posted

技术标签:

【中文标题】缺少从 zip 安装的 Perl 模块【英文标题】:Missing Perl modules install from zip 【发布时间】:2021-06-23 00:21:24 【问题描述】:

重新安装Perl并检查缺失的模块如下:

D:\circos\bin>perl circos -moduless

ok       1.50 Carp

ok       0.45 Clone

missing            Config::General

ok       3.78 Cwd

下载了它们,但需要弄清楚在哪里解压缩它们。 使用“install Config::General”不是我要寻找的答案。

【问题讨论】:

您使用哪种 Perl 安装?从 CMD 运行 perl --version 的输出是什么? 为什么cpan 不是您要找的答案? 不知道我需要知道如何在没有互联网连接的情况下直接从下载文件夹安装模块。 【参考方案1】:

README file 附带 Config::General。它包括此部分:

INSTALLATION

    to install, type:
      perl Makefile.PL
      make
      make test
      make install

    to read the complete documentation, type:
    perldoc Config::General
    perldoc Config::General::Extended
    perldoc Config::General::Interpolated

    see some example config files which can
    be parsed with Config::Genreal in the subdirectory
    t/cfg.*

另外,Perl 包含一个 perlmodinstall 手册页,其中详细介绍了安装 Perl 模块的各种方法。

【讨论】:

以上是关于缺少从 zip 安装的 Perl 模块的主要内容,如果未能解决你的问题,请参考以下文章

mysql 安装缺少perl依赖怎么解决

安装 perl GD 模块的问题

安装的 Perl 模块不可用

缺少开发::Peek 模块

Perl Archive::zip -- 文件没有被添加

缺少“C:\Windows\system32\python27.zip”文件